really show the menubar (calling Show(TRUE) doesn't do it any more)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26543 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -581,7 +581,7 @@ void wxFrame::AttachMenuBar( wxMenuBar *menuBar )
|
|||||||
GTK_SIGNAL_FUNC(gtk_menu_detached_callback), (gpointer)this );
|
GTK_SIGNAL_FUNC(gtk_menu_detached_callback), (gpointer)this );
|
||||||
}
|
}
|
||||||
|
|
||||||
m_frameMenuBar->Show( TRUE );
|
gtk_widget_show( m_frameMenuBar->m_widget );
|
||||||
|
|
||||||
UpdateMenuBarSize();
|
UpdateMenuBarSize();
|
||||||
}
|
}
|
||||||
|
@@ -581,7 +581,7 @@ void wxFrame::AttachMenuBar( wxMenuBar *menuBar )
|
|||||||
GTK_SIGNAL_FUNC(gtk_menu_detached_callback), (gpointer)this );
|
GTK_SIGNAL_FUNC(gtk_menu_detached_callback), (gpointer)this );
|
||||||
}
|
}
|
||||||
|
|
||||||
m_frameMenuBar->Show( TRUE );
|
gtk_widget_show( m_frameMenuBar->m_widget );
|
||||||
|
|
||||||
UpdateMenuBarSize();
|
UpdateMenuBarSize();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user