fixed status bar drawing broken by previous compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12024 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
bf69498afc
commit
cece1d88c0
@ -88,6 +88,8 @@ wxRect wxStatusBarUniv::GetTotalFieldRect(wxCoord *borderBetweenFields)
|
|||||||
wxRect rect = GetClientRect();
|
wxRect rect = GetClientRect();
|
||||||
|
|
||||||
// no, don't do this - the borders are meant to be inside this rect
|
// no, don't do this - the borders are meant to be inside this rect
|
||||||
|
// wxSize sizeBorders =
|
||||||
|
m_renderer->GetStatusBarBorders(borderBetweenFields);
|
||||||
//rect.Deflate(sizeBorders.x, sizeBorders.y);
|
//rect.Deflate(sizeBorders.x, sizeBorders.y);
|
||||||
|
|
||||||
// recalc the field widths if needed
|
// recalc the field widths if needed
|
||||||
|
Loading…
Reference in New Issue
Block a user