From: Robert Roebling Date: Wed, 11 Sep 2002 21:12:10 +0000 (+0000) Subject: The old fix for combobox doesn't seem to be needed X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/81a0614bf2144391e8f5fa03d0d4f55faec9c078 The old fix for combobox doesn't seem to be needed 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 --- diff --git a/src/gtk/combobox.cpp b/src/gtk/combobox.cpp index f5e045a71e..a03df573b1 100644 --- a/src/gtk/combobox.cpp +++ b/src/gtk/combobox.cpp @@ -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++) diff --git a/src/gtk1/combobox.cpp b/src/gtk1/combobox.cpp index f5e045a71e..a03df573b1 100644 --- a/src/gtk1/combobox.cpp +++ b/src/gtk1/combobox.cpp @@ -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++)