fixed typo in wxFrame::SetStatusBar() (bug 970516)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27729 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
0099f3435b
commit
fbbc1982a3
@ -694,7 +694,7 @@ void wxFrame::SetStatusBar(wxStatusBar *statbar)
|
||||
|
||||
wxFrameBase::SetStatusBar(statbar);
|
||||
|
||||
if (hadStatBar && !m_frameToolBar)
|
||||
if (hadStatBar && !m_frameStatusBar)
|
||||
GtkUpdateSize();
|
||||
}
|
||||
|
||||
|
@ -694,7 +694,7 @@ void wxFrame::SetStatusBar(wxStatusBar *statbar)
|
||||
|
||||
wxFrameBase::SetStatusBar(statbar);
|
||||
|
||||
if (hadStatBar && !m_frameToolBar)
|
||||
if (hadStatBar && !m_frameStatusBar)
|
||||
GtkUpdateSize();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user