]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/listbox.cpp
Use "GBK" as alternative name for CP936 encoding.
[wxWidgets.git] / src / gtk / listbox.cpp
index 52e14405a153a59cf085725a6fec103a675debfb..b6945a51f48e40b20211621532ccfc5b22e5b2b3 100644 (file)
@@ -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)