Fix syntax error in caac532565

This commit is contained in:
Campbell Barton 2021-10-05 17:41:23 +11:00
parent caac532565
commit 300403a38b
1 changed files with 1 additions and 1 deletions

View File

@ -6188,7 +6188,7 @@ def km_image_editor_tool_uv_select_circle(params, *, fallback):
{"items": [
*([] if (fallback and not params.use_fallback_tool) else _template_items_tool_select_actions_simple(
"uv.select_circle",
**{params.select_tweak_event if fallback else {"type": params.tool_mouse, 'PRESS'}}
**(params.select_tweak_event if fallback else {"type": params.tool_mouse, "value": 'PRESS'}),
properties=[("wait_for_input", False)])),
# No selection fallback since this operates on press.
]},