Tool: Use scale keymap for scale cage tool

Needed so clicking anywhere performs uniform scale.
This commit is contained in:
Campbell Barton 2019-02-21 16:42:59 +11:00
parent 3feeafac28
commit 9b20127355
Notes: blender-bot 2023-02-14 05:12:59 +01:00
Referenced by issue #57207, Scale Cage Tool Todo
1 changed files with 1 additions and 0 deletions

View File

@ -270,6 +270,7 @@ class _defs_transform:
icon="ops.transform.resize.cage",
widget="VIEW3D_GGT_xform_cage",
operator="transform.resize",
keymap="3D View Tool: Scale",
draw_settings=draw_settings,
)