[1231183] 'cleanup: mismatched indentation' and other cleanings.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34917 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -622,12 +622,12 @@ void wxFrame::UpdateMenuBarSize()
|
||||
|
||||
// this is called after Remove with a NULL m_frameMenuBar
|
||||
if ( m_frameMenuBar )
|
||||
(* GTK_WIDGET_CLASS( GTK_OBJECT_GET_CLASS(m_frameMenuBar->m_widget) )->size_request )
|
||||
(m_frameMenuBar->m_widget, &req );
|
||||
(* GTK_WIDGET_CLASS( GTK_OBJECT_GET_CLASS(m_frameMenuBar->m_widget) )->size_request )
|
||||
(m_frameMenuBar->m_widget, &req );
|
||||
|
||||
m_menuBarHeight = req.height;
|
||||
|
||||
// resize window in OnInternalIdle
|
||||
// resize window in OnInternalIdle
|
||||
|
||||
GtkUpdateSize();
|
||||
}
|
||||
@@ -714,4 +714,3 @@ void wxFrame::PositionStatusBar()
|
||||
GtkUpdateSize();
|
||||
}
|
||||
#endif // wxUSE_STATUSBAR
|
||||
|
||||
|
Reference in New Issue
Block a user