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:
Antonio Vazquez
2023-10-21 17:34:41 +02:00
parent 44e2681459
commit e0881aad0d

View File

@@ -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):