]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/combobox.cpp
STL build compilation fix
[wxWidgets.git] / src / gtk / combobox.cpp
index d4c88afb037a5c1a93f446c28c0a800971f23347..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 ) ||