Fix T59218: Loop Cut from the Context Menu doesn't slide

Differential Revision: https://developer.blender.org/D6810
This commit is contained in:
Germano Cavalcante 2020-02-14 11:43:14 -03:00
parent fb2f100d89
commit 38e06b19f6
Notes: blender-bot 2024-03-25 12:30:38 +01:00
Referenced by issue #59218, Loop Cut, no slide
1 changed files with 2 additions and 1 deletions

View File

@ -3583,7 +3583,8 @@ class VIEW3D_MT_edit_mesh_context_menu(Menu):
col.separator()
col.operator("mesh.loopcut_slide")
props = col.operator("mesh.loopcut_slide")
props.TRANSFORM_OT_edge_slide.release_confirm = False
col.operator("mesh.offset_edge_loops_slide")
col.separator()