Fix #112761: Sequencer tweak tool does not box-select

Clicking and dragging over and empty space wasn't box selecting.
This commit is contained in:
Campbell Barton
2023-09-28 16:42:50 +10:00
parent fc8b1411cd
commit afeb3e7784

View File

@@ -587,8 +587,6 @@ def _template_items_tool_select(
{"properties": [("deselect_all", True)]}),
(operator, {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True},
{"properties": [("deselect_all", False), ("toggle", True)]}),
("transform.translate", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG'},
{"properties": [("release_confirm", True)]}),
]
if params.select_mouse == 'LEFTMOUSE':