]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/fontpicker.cpp
don't include missing.h before windows headers
[wxWidgets.git] / src / gtk / fontpicker.cpp
index 5c7f24b383c00cb0fa7e97801c66013a6c4b47b9..88e2b93c7c5da116e22bacfe521203bc9dd29f72 100644 (file)
@@ -24,9 +24,6 @@
 #include "wx/fontutil.h"        // for wxNativeFontInfo
 #include "wx/gtk/private.h"
 
-#include <gdk/gdk.h>
-#include <gtk/gtk.h>
-
 // ============================================================================
 // implementation
 // ============================================================================
@@ -64,6 +61,7 @@ bool wxFontButton::Create( wxWindow *parent, wxWindowID id,
     if (!gtk_check_version(2,4,0))
     {
         m_needParent = true;
+        m_acceptsFocus = true;
 
         if (!PreCreation( parent, pos, size ) ||
             !wxControl::CreateBase(parent, id, pos, size, style, validator, name))