]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/bmpcbox.cpp
Remove wxT from prototype
[wxWidgets.git] / src / gtk / bmpcbox.cpp
index 18ba53680335ed0f291f70f7223a5e6025023aef..672413d7986ea5165a61f240dac13e0e0731461a 100644 (file)
@@ -124,6 +124,7 @@ void wxBitmapComboBox::GTKCreateComboBoxWidget()
     {
 #ifdef __WXGTK3__
         m_widget = gtk_combo_box_new_with_model_and_entry(GTK_TREE_MODEL(store));
+        gtk_combo_box_set_entry_text_column(GTK_COMBO_BOX(m_widget), m_stringCellIndex);
 #else
         m_widget = gtk_combo_box_entry_new_with_model( GTK_TREE_MODEL(store), m_stringCellIndex );
 #endif