git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44379
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
- Don't crash in wxWindow dtor if the window hadn't been really Create()d
+wxUniv:
+
+- Fixed wxComboBox always sorted
+
2.8.1
-----
if ( !wxListBox::Create(parent, wxID_ANY,
wxDefaultPosition, wxDefaultSize,
0, NULL,
- wxBORDER_SIMPLE | wxLB_INT_HEIGHT |
- m_combo->GetWindowStyle() & wxCB_SORT ? wxLB_SORT : 0) )
+ wxBORDER_SIMPLE |
+ ( m_combo->GetWindowStyle() & wxCB_SORT ? wxLB_SORT : 0 ) ) )
return false;
// we don't react to the mouse events outside the window at all