X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/14f355c2b5c71fc7c3d680aea366582d2ac60f7b..e55c4dd1b1c6b4ebaa86d014c71b378baba77bec:/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(); } // ----------------------------------------------------------------------------