]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/tbargtk.cpp
//... => /* ... */
[wxWidgets.git] / src / gtk / tbargtk.cpp
index 0a92bc7c371e2664569acdf540b4c09e90e6453e..0f90b72a744d05b447935a8dd19d32b6f82c13cf 100644 (file)
@@ -147,7 +147,12 @@ bool wxToolBar::Create( wxWindow *parent, wxWindowID id,
 {
     m_needParent = TRUE;
 
-    PreCreation( parent, id, pos, size, style, name );
+    if (!PreCreation( parent, pos, size ) ||
+        !CreateBase( parent, id, pos, size, style, wxDefaultValidator, name ))
+    {
+        wxFAIL_MSG( _T("wxToolBar creation failed") );
+       return FALSE;
+    }
 
     m_tools.DeleteContents( TRUE );