]> git.saurik.com Git - wxWidgets.git/commitdiff
[gtk] fixed bug that caused segfaults in wxYield when wxToolBar has non-button contr...
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 5 Dec 1999 19:30:45 +0000 (19:30 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 5 Dec 1999 19:30:45 +0000 (19:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4826 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/tbargtk.cpp
src/gtk1/tbargtk.cpp

index 970873c7e291747307b2b1b155a26a8781143c7d..1e0f1d9f5f76bd2528dc135e1ce31db87269cfc3 100644 (file)
@@ -354,6 +354,7 @@ bool wxToolBar::AddControl(wxControl *control)
     
     wxToolBarTool *tool = new wxToolBarTool(control);
     
+    tool -> m_item = NULL;
     gtk_toolbar_append_widget( m_toolbar, control->m_widget, (const char *) NULL, (const char *) NULL );
     
     GtkRequisition req;
index 970873c7e291747307b2b1b155a26a8781143c7d..1e0f1d9f5f76bd2528dc135e1ce31db87269cfc3 100644 (file)
@@ -354,6 +354,7 @@ bool wxToolBar::AddControl(wxControl *control)
     
     wxToolBarTool *tool = new wxToolBarTool(control);
     
+    tool -> m_item = NULL;
     gtk_toolbar_append_widget( m_toolbar, control->m_widget, (const char *) NULL, (const char *) NULL );
     
     GtkRequisition req;