Fix [#30588] "select/deselect all"-menu for lattice doesn't default to TOGGLE

This commit is contained in:
Bastien Montagne
2012-03-18 19:55:42 +00:00
parent 90bc26631c
commit dd69e76d82

View File

@@ -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'