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(); } // ----------------------------------------------------------------------------