git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12012
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#pragma interface "univstatusbr.h"
#endif
+#include "wx/univ/inpcons.h"
+
// ----------------------------------------------------------------------------
// wxStatusBar: a window near the bottom of the frame used for status info
// ----------------------------------------------------------------------------
#if wxUSE_STATUSBAR
#ifndef WX_PRECOMP
+ #include "wx/settings.h"
+ #include "wx/dcclient.h"
#endif
#include "wx/statusbr.h"
wxRect wxStatusBarUniv::GetTotalFieldRect(wxCoord *borderBetweenFields)
{
- // determine the space we have for the fields
- wxSize sizeBorders = m_renderer->GetStatusBarBorders(borderBetweenFields);
-
wxRect rect = GetClientRect();
// no, don't do this - the borders are meant to be inside this rect