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
This commit is contained in:
Robert Roebling
2002-09-11 21:12:10 +00:00
parent 47a06a26bd
commit 81a0614bf2
2 changed files with 2 additions and 2 deletions

View 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++)

View 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++)