Fix [#30588] "select/deselect all"-menu for lattice doesn't default to TOGGLE
This commit is contained in:
@@ -638,7 +638,7 @@ class VIEW3D_MT_select_edit_lattice(Menu):
|
||||
|
||||
layout.separator()
|
||||
|
||||
layout.operator("lattice.select_all")
|
||||
layout.operator("lattice.select_all").action = 'TOGGLE'
|
||||
layout.operator("lattice.select_all", text="Inverse").action = 'INVERT'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user