Fix syntax error in IC-Keymap

Regression in e936f04258
This commit is contained in:
Campbell Barton 2020-10-16 16:20:44 +11:00
parent 0a2ae7f220
commit f40294b2d6
Notes: blender-bot 2023-02-14 04:24:05 +01:00
Referenced by issue #87271, Use after free when using an addon deriving from ShaderNodeCustomGroup
1 changed files with 1 additions and 1 deletions

View File

@ -462,7 +462,7 @@ def km_outliner(params):
items.extend([
("outliner.item_rename", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK'}, None),
("outliner.item_rename", {"type": 'RET', "value": 'PRESS'}, None),
("outliner.item_rename", {"type": 'RET', "value": 'PRESS'},
{"properties": [("use_active", True)]}),
("wm.search_menu", {"type": 'TAB', "value": 'PRESS'}, None),
("outliner.highlight_update", {"type": 'MOUSEMOVE', "value": 'ANY', "any": True}, None),