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
This commit is contained in:
Václav Slavík
2001-08-19 12:54:37 +00:00
parent 80372768e4
commit c48792de4a

View File

@@ -65,6 +65,7 @@ private:
void OnSize(wxSizeEvent& event)
{
SizeColumns();
event.Skip();
}
};