The statusbar should start with one field, not zero

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19547 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-03-11 00:01:03 +00:00
parent 84998713ea
commit de0aa99a70

View File

@@ -104,6 +104,8 @@ bool wxStatusBarGeneric::Create(wxWindow *parent,
SetSize(-1, -1, -1, height);
SetFieldsCount(1);
return TRUE;
}