The statusbar should start with one field, not zero
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19547 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -104,6 +104,8 @@ bool wxStatusBarGeneric::Create(wxWindow *parent,
|
||||
|
||||
SetSize(-1, -1, -1, height);
|
||||
|
||||
SetFieldsCount(1);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user