Skip to content

Fix Tools Shortcuts (Fixes #9738)

programmer_ceds requested to merge programmer_ceds/gimp:FixToolsShortcuts into master

Commit 4776b092 app: action names set in GimpToolControl don't need the group name appended. of 12.4.2023 removed "tools/" from the start of the action names but function tools-commands.c/tools_activate_enum_action () was not modified to take this into account. For this reason all of the tools shortcuts (not just the Unified Transform opacity change shortcuts as noted in #9738 (closed)) stopped working.

Merge request reports