X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/14f355c2b5c71fc7c3d680aea366582d2ac60f7b..16d54adb37e9578045b2efe78613de8cf1cf9d78:/src/univ/listbox.cpp diff --git a/src/univ/listbox.cpp b/src/univ/listbox.cpp index 84cd3a79a1..33ba2ea3a3 100644 --- a/src/univ/listbox.cpp +++ b/src/univ/listbox.cpp @@ -622,6 +622,7 @@ void wxListBox::OnInternalIdle() m_updateCount = 0; } + wxListBoxBase::OnInternalIdle(); } // ----------------------------------------------------------------------------