mirror of https://github.com/GNOME/gimp.git
app: add parentheses to clarify things
This commit is contained in:
parent
9b6703371e
commit
99ed568543
app/widgets
|
@ -100,7 +100,7 @@ gimp_window_key_press_event (GtkWidget *widget,
|
|||
accel_mods |= gtk_window_get_mnemonic_modifier (window);
|
||||
|
||||
/* invoke modified accelerators */
|
||||
if (! handled && event->state & accel_mods)
|
||||
if (! handled && (event->state & accel_mods))
|
||||
{
|
||||
handled = gtk_window_activate_key (window, event);
|
||||
|
||||
|
|
Loading…
Reference in New Issue