]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/choice.cpp
don't waste time sending out update UI events for separators, they can't be updated...
[wxWidgets.git] / src / gtk / choice.cpp
index 97129ba2f1e5652eb08ac46d8c492375ee806d77..8ccb592059d5ad881d2281b45bc70836956db57b 100644 (file)
@@ -79,6 +79,7 @@ bool wxChoice::Create( wxWindow *parent, wxWindowID id,
     }
 
     m_widget = gtk_combo_box_new_text();
+    g_object_ref(m_widget);
 
     Append(n, choices);