Keymap: minor tweaks so box-select shortcuts show in the menu

This commit is contained in:
Campbell Barton
2020-02-17 20:55:23 +11:00
parent 340f452da8
commit c64cea14ed
5 changed files with 14 additions and 15 deletions

View File

@@ -404,7 +404,7 @@ class SEQUENCER_MT_select(Menu):
layout.separator()
layout.operator("sequencer.select_box", text="Box Select")
props = layout.operator("sequencer.select_box", text="Box Select (Handles)")
props = layout.operator("sequencer.select_box", text="Box Select (Include Handles)")
props.include_handles = True
layout.separator()