]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/combobox.cpp
fixed another place where wxString was used as bool
[wxWidgets.git] / src / gtk / combobox.cpp
index 8dc1c7a820ba7f6dbf1e5204e131c404cff08bfc..1a4e40ce0f180a690c82d40264e2dd2b7fffbc50 100644 (file)
@@ -251,7 +251,6 @@ bool wxComboBox::Create( wxWindow *parent, wxWindowID id, const wxString& value,
 {
     m_ignoreNextUpdate = false;
     m_needParent = true;
-    m_acceptsFocus = true;
     m_prevSelection = 0;
 
     if (!PreCreation( parent, pos, size ) ||
@@ -349,7 +348,7 @@ bool wxComboBox::Create( wxWindow *parent, wxWindowID id, const wxString& value,
 
         g_signal_connect_after (m_widget, "changed",
                             G_CALLBACK (gtkcombobox_changed_callback), this);
-                            
+
     }
     else
 #endif