GPv3: Only use Toggle Cyclic option in menu
The menu must include only 1 option and don't ask for other options in a popup menu. Reviewed by Matias Mendiola
This commit is contained in:
@@ -5823,7 +5823,7 @@ class VIEW3D_MT_edit_greasepencil_stroke(Menu):
|
||||
|
||||
layout.separator()
|
||||
|
||||
layout.operator("grease_pencil.cyclical_set", text="Toggle Cyclic")
|
||||
layout.operator("grease_pencil.cyclical_set", text="Toggle Cyclic").type='TOGGLE'
|
||||
|
||||
|
||||
class VIEW3D_MT_edit_curves(Menu):
|
||||
|
||||
Reference in New Issue
Block a user