]> git.saurik.com Git - wxWidgets.git/commitdiff
Corrected silly recursion mistake
authorJulian Smart <julian@anthemion.co.uk>
Fri, 15 Aug 2003 09:44:52 +0000 (09:44 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 15 Aug 2003 09:44:52 +0000 (09:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22910 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/univ/listbox.cpp

index 2b2ec463e3f3c447a7efa48b2a94cbf640491153..33ba2ea3a3be78055803a791c131716c8b147ebf 100644 (file)
@@ -622,7 +622,7 @@ void wxListBox::OnInternalIdle()
 
         m_updateCount = 0;
     }
-    OnInternalIdle();
+    wxListBoxBase::OnInternalIdle();
 }
 
 // ----------------------------------------------------------------------------