From: Václav Slavík Date: Sun, 19 Aug 2001 12:54:37 +0000 (+0000) Subject: fix for bug in wxEditableListBox in connection with new wxListCtrl X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c48792de4abe190910c0cb212c5df44d2ef87a7e?ds=inline fix for bug in wxEditableListBox in connection with new wxListCtrl git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11410 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/contrib/src/gizmos/editlbox.cpp b/contrib/src/gizmos/editlbox.cpp index 5f3b77a2f0..b993e11a5a 100644 --- a/contrib/src/gizmos/editlbox.cpp +++ b/contrib/src/gizmos/editlbox.cpp @@ -65,6 +65,7 @@ private: void OnSize(wxSizeEvent& event) { SizeColumns(); + event.Skip(); } };