]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/listbox.cpp
Latest distutils
[wxWidgets.git] / src / univ / listbox.cpp
index 84cd3a79a14d3e570f7fb557beafb6fa5eafd952..33ba2ea3a3be78055803a791c131716c8b147ebf 100644 (file)
@@ -622,6 +622,7 @@ void wxListBox::OnInternalIdle()
 
         m_updateCount = 0;
     }
+    wxListBoxBase::OnInternalIdle();
 }
 
 // ----------------------------------------------------------------------------