Correct tool name (missed in recent update)

This commit is contained in:
Campbell Barton
2019-03-15 20:32:49 +11:00
parent 98af74b936
commit e775ad6c1b

View File

@@ -810,7 +810,7 @@ def km_uv_editor(params):
# Quick switch to select tool, since left select can't easily
# select with any tool active.
items.extend([
op_tool_cycle("Select Box", {"type": 'W', "value": 'PRESS'}),
op_tool_cycle("builtin.select_box", {"type": 'W', "value": 'PRESS'}),
])
return keymap
@@ -1173,7 +1173,7 @@ def km_view3d(params):
# Quick switch to select tool, since left select can't easily
# select with any tool active.
items.extend([
op_tool_cycle("Select Box", {"type": 'W', "value": 'PRESS'}),
op_tool_cycle("builtin.select_box", {"type": 'W', "value": 'PRESS'}),
])
return keymap