]> git.saurik.com Git - wxWidgets.git/commitdiff
The old fix for combobox doesn't seem to be needed
authorRobert Roebling <robert@roebling.de>
Wed, 11 Sep 2002 21:12:10 +0000 (21:12 +0000)
committerRobert Roebling <robert@roebling.de>
Wed, 11 Sep 2002 21:12:10 +0000 (21:12 +0000)
    anymore and it did make the lnf unattractive.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17140 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/combobox.cpp
src/gtk1/combobox.cpp

index f5e045a71eb2534e4988695a84507a7227ea17a5..a03df573b1ae36ffca69b4307e01d23c0a0a916e 100644 (file)
@@ -132,7 +132,7 @@ bool wxComboBox::Create( wxWindow *parent, wxWindowID id, const wxString& value,
     GtkWidget *list = GTK_COMBO(m_widget)->list;
 
 #ifndef __WXGTK20__
-    gtk_list_set_selection_mode( GTK_LIST(list), GTK_SELECTION_MULTIPLE );
+    // gtk_list_set_selection_mode( GTK_LIST(list), GTK_SELECTION_MULTIPLE );
 #endif
 
     for (int i = 0; i < n; i++)
index f5e045a71eb2534e4988695a84507a7227ea17a5..a03df573b1ae36ffca69b4307e01d23c0a0a916e 100644 (file)
@@ -132,7 +132,7 @@ bool wxComboBox::Create( wxWindow *parent, wxWindowID id, const wxString& value,
     GtkWidget *list = GTK_COMBO(m_widget)->list;
 
 #ifndef __WXGTK20__
-    gtk_list_set_selection_mode( GTK_LIST(list), GTK_SELECTION_MULTIPLE );
+    // gtk_list_set_selection_mode( GTK_LIST(list), GTK_SELECTION_MULTIPLE );
 #endif
 
     for (int i = 0; i < n; i++)