diff options
Diffstat (limited to 'gtk/gtkcombobox.c')
-rw-r--r-- | gtk/gtkcombobox.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c index f6a6a22771..d6ae05a40b 100644 --- a/gtk/gtkcombobox.c +++ b/gtk/gtkcombobox.c @@ -3492,6 +3492,9 @@ gtk_combo_box_key_press (GtkWidget *widget, return TRUE; } + if (state != 0) + return FALSE; + switch (event->keyval) { case GDK_Down: |