]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/listbox.cpp
Fixed a bug so the toggle flag is set correctly
[wxWidgets.git] / src / gtk / listbox.cpp
index e4936a923ef4b2096e0b66a95a237ba760add7ad..b3f0b65c4aa276c43876470bba0d6a5d6bb9ddec 100644 (file)
@@ -190,7 +190,7 @@ gtk_listbox_key_press_callback( GtkWidget *widget, GdkEventKey *gdk_event, wxLis
     }
     
 #if wxUSE_CHECKLISTBOX
-    if ((gdk_event->keyval != ' ') && (listbox->m_hasCheckBoxes) && (!ret))
+    if ((gdk_event->keyval == ' ') && (listbox->m_hasCheckBoxes) && (!ret))
     {
         int sel = listbox->GtkGetIndex( widget );