]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/listbox.cpp
Latest distutils
[wxWidgets.git] / src / univ / listbox.cpp
index 299255d2b86a1e9888a91769c91bb4ae15527280..33ba2ea3a3be78055803a791c131716c8b147ebf 100644 (file)
@@ -17,7 +17,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "univlistbox.h"
 #endif
 
@@ -622,6 +622,7 @@ void wxListBox::OnInternalIdle()
 
         m_updateCount = 0;
     }
+    wxListBoxBase::OnInternalIdle();
 }
 
 // ----------------------------------------------------------------------------