]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/listbox.cpp
More comments about non-native GTH widgets.
[wxWidgets.git] / src / gtk / listbox.cpp
index fae6eb8e796de3591b5c5e33787cabd6c88f3121..884593028c555784eef9835d1fffacd7cb7444fb 100644 (file)
@@ -240,13 +240,7 @@ gtk_listbox_key_press_callback( GtkWidget *widget,
         listbox->m_spacePressed = true;
     }
 
-    if (ret)
-    {
-        g_signal_stop_emission_by_name (widget, "key_press_event");
-        return TRUE;
-    }
-
-    return FALSE;
+    return ret;
 }
 }