mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-29 19:20:09 +00:00
Return true when a key is used to select a tool.
This commit is contained in:
parent
742cf18237
commit
b539bd933c
@ -1235,7 +1235,7 @@ static bool manager_msg_proc(JWidget widget, JMessage msg)
|
||||
}
|
||||
|
||||
toolbar_select_tool(app_get_toolbar(), select_this_tool);
|
||||
break;
|
||||
return true;
|
||||
}
|
||||
|
||||
case Shortcut_ExecuteCommand: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user