diff --git a/src/gtk/listbox.cpp b/src/gtk/listbox.cpp index 52e14405a1..b6945a51f4 100644 --- a/src/gtk/listbox.cpp +++ b/src/gtk/listbox.cpp @@ -497,6 +497,8 @@ void wxListBox::DoClear() gtk_list_store_clear( m_liststore ); /* well, THAT was easy :) */ GTKEnableEvents(); + + UpdateOldSelections(); } void wxListBox::DoDeleteOneItem(unsigned int n)