#ifndef WX_PRECOMP
#include "wx/settings.h"
#include "wx/dcclient.h"
+ #include "wx/toplevel.h"
#endif
-#include "wx/toplevel.h"
-
#include "wx/univ/renderer.h"
// ============================================================================
wxCoord wxStatusBarUniv::GetHeight() const
{
- wxClientDC dc(wxConstCast(this, wxStatusBarUniv));
- dc.SetFont(wxSystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT));
-
- return dc.GetCharHeight() + 2*GetBorderY();
+ return GetCharHeight() + 2*GetBorderY();
}
wxSize wxStatusBarUniv::DoGetBestSize() const