Set wxGTK's GTK idle priority back up to 0,
wxGTK's frame's toolbar is now in m_children again, as wxFrameBase's idle logic and the update UI code based on it require that. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7316 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -968,9 +968,6 @@ wxToolBar* wxFrame::CreateToolBar( long style, wxWindowID id, const wxString& na
|
||||
|
||||
m_frameToolBar = wxFrameBase::CreateToolBar( style, id, name );
|
||||
|
||||
if (m_frameToolBar)
|
||||
GetChildren().DeleteObject( m_frameToolBar );
|
||||
|
||||
m_insertInClientArea = TRUE;
|
||||
|
||||
m_sizeSet = FALSE;
|
||||
|
Reference in New Issue
Block a user