X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e28c2d151b92823e2375d264a66ee4ed61ffd2e9..0c6b008469803f4575c64892caf0830ab98868c5:/src/univ/listbox.cpp?ds=inline diff --git a/src/univ/listbox.cpp b/src/univ/listbox.cpp index 2b2ec463e3..33ba2ea3a3 100644 --- a/src/univ/listbox.cpp +++ b/src/univ/listbox.cpp @@ -622,7 +622,7 @@ void wxListBox::OnInternalIdle() m_updateCount = 0; } - OnInternalIdle(); + wxListBoxBase::OnInternalIdle(); } // ----------------------------------------------------------------------------