]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/collpane.cpp
Use our own getters and properties for wxVisualAttributes
[wxWidgets.git] / src / gtk / collpane.cpp
index bf6962fe7a6a8a35ddc07b5626bde1423981d741..3ba9f7e25fe4f700671b80b55b2521c96795a412 100644 (file)
@@ -22,6 +22,7 @@
 #include "wx/collpane.h"
 #include "wx/toplevel.h"
 #include "wx/sizer.h"
+#include "wx/panel.h"
 
 #include "wx/gtk/private.h"
 #include "wx/gtk/win_gtk.h"
@@ -198,7 +199,6 @@ bool wxCollapsiblePane::Create(wxWindow *parent,
                                                 pos, size, style, val, name);
 
     m_needParent = true;
-    m_acceptsFocus = true;
     m_bIgnoreNextChange = false;
 
     if ( !PreCreation( parent, pos, size ) ||