]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/fontpicker.cpp
fixed another place where wxString was used as bool
[wxWidgets.git] / src / gtk / fontpicker.cpp
index bc24c2e8d8f337098d48dff73b683aa4e408009e..97102051c86dee3af7d11986d48e3b68abe2eaf4 100644 (file)
@@ -61,7 +61,6 @@ 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))