Fix T99963: Fallback actions are used in RCS on left click

Regression in [0].

Disable fallback tools for the 3D cursor so other shortcuts are
available such as lasso-select.

[0]: b0847eff2a
This commit is contained in:
Campbell Barton 2022-08-10 16:39:29 +10:00
parent 07ac26f0a5
commit b114993305
Notes: blender-bot 2023-02-14 07:53:51 +01:00
Referenced by issue #99963, Fallback actions are used in RCS on left click
1 changed files with 0 additions and 3 deletions

View File

@ -87,7 +87,6 @@ class _defs_view3d_generic:
icon="ops.generic.cursor",
keymap="3D View Tool: Cursor",
draw_settings=draw_settings,
options={'KEYMAP_FALLBACK'},
)
@ToolDef.from_fn
@ -1715,7 +1714,6 @@ class _defs_image_generic:
),
icon="ops.generic.cursor",
keymap=(),
options={'KEYMAP_FALLBACK'},
)
# Currently a place holder so we can switch away from the annotation tool.
@ -2546,7 +2544,6 @@ class _defs_sequencer_generic:
),
icon="ops.generic.cursor",
keymap="Sequencer Tool: Cursor",
options={'KEYMAP_FALLBACK'},
)
@ToolDef.from_fn