Spelling fixed for comments and a wxASSERT_MSG. Fixes #14022.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70625 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -275,7 +275,7 @@ void wxStatusBarGeneric::DrawField(wxDC& dc, int i, int textHeight)
|
||||
GetFieldRect(i, rect);
|
||||
|
||||
if (rect.GetWidth() <= 0)
|
||||
return; // happens when the status bar is shrinked in a very small area!
|
||||
return; // happens when the status bar is shrunk in a very small area!
|
||||
|
||||
int style = m_panes[i].GetStyle();
|
||||
if (style != wxSB_FLAT)
|
||||
|
Reference in New Issue
Block a user