fixed wxStatusBar size calculations so that the text is not clipped
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41503 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -157,7 +157,11 @@ public:
|
||||
const wxString& label,
|
||||
int flags = 0, int style = 0);
|
||||
|
||||
virtual wxSize GetStatusBarBorders(wxCoord *borderBetweenFields) const;
|
||||
virtual wxSize GetStatusBarBorders() const;
|
||||
|
||||
virtual wxCoord GetStatusBarBorderBetweenFields() const;
|
||||
|
||||
virtual wxSize GetStatusBarFieldMargins() const;
|
||||
#endif // wxUSE_STATUSBAR
|
||||
|
||||
virtual wxCoord GetCheckItemMargin() const { return 0; }
|
||||
|
Reference in New Issue
Block a user