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:
Robin Dunn
2003-03-11 00:01:03 +00:00
parent 271d1110ed
commit 8aa2cea1d0

View File

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