mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
Bug 729765 - remove focusability of various widgets...
... starting with toolbox buttons. This is particularly a problem in single window mode (and sometimes in multi-window mode) where canvas easily loses focus, hence key events.
This commit is contained in:
parent
381d9e9b7a
commit
c83ee61c07
1 changed files with 1 additions and 0 deletions
|
@ -447,6 +447,7 @@ gimp_tool_palette_initialize_tools (GimpToolPalette *palette)
|
|||
gimp_help_set_help_data (GTK_WIDGET (item),
|
||||
tool_info->help, tool_info->help_id);
|
||||
}
|
||||
gtk_widget_set_can_focus (gtk_bin_get_child (GTK_BIN (item)), FALSE);
|
||||
}
|
||||
|
||||
/* We only need to initialize tools once */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue