mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
combo_box: Use mnemonic_activate on override
This is changing the existing behavior where the mnemonic activation would just grab the focus of the button, this was the behavior in GTK 3.
This commit is contained in:
parent
3918cdd989
commit
0aa3a7e71c
@ -2304,7 +2304,7 @@ gtk_combo_box_mnemonic_activate (GtkWidget *widget,
|
||||
gtk_widget_grab_focus (priv->child);
|
||||
}
|
||||
else
|
||||
gtk_widget_grab_focus (priv->button);
|
||||
gtk_widget_mnemonic_activate (priv->button, group_cycling);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user