Fixed bug in MDI
Changed FortyThieves to 2.0 dialog logic Did I modify dialog.cpp as well? git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -372,6 +372,8 @@ void wxMDIClientWindow::AddChild( wxWindow *child )
|
||||
mdi_child->m_page = (GtkNotebookPage*) (g_list_last(GTK_NOTEBOOK(m_widget)->children)->data);
|
||||
|
||||
gtk_notebook_set_page( GTK_NOTEBOOK(m_widget), m_children.Number()-1 );
|
||||
|
||||
gtk_page_change_callback( NULL, mdi_child->m_page, 0, this );
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user