*** empty log message ***

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
1999-10-02 01:44:39 +00:00
parent def6fb9bd8
commit ce44c50e9b
10 changed files with 200 additions and 32 deletions

View File

@@ -201,7 +201,7 @@ wxStatusBar *wxFrame::OnCreateStatusBar(int number, long style, wxWindowID id,
dc.SetFont(statusBar->GetFont());
long x, y;
dc.GetTextExtent("X", &x, &y, NULL, NULL, NULL, FALSE);
dc.GetTextExtent("X", &x, &y, NULL, NULL, NULL);
int height = (int)( (y * 1.1) + 2* statusBar->GetBorderY());