Return true when a key is used to select a tool.

This commit is contained in:
David Capello 2010-11-04 21:48:36 -03:00
parent 742cf18237
commit b539bd933c

View File

@ -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: {