Cleanup: Make format

This commit is contained in:
Hans Goudey
2024-03-25 09:13:27 -04:00
parent 4971b144a4
commit 9d88fa483c

View File

@@ -5803,6 +5803,7 @@ class VIEW3D_MT_edit_greasepencil_showhide(Menu):
layout.operator("grease_pencil.layer_hide", text="Hide Active Layer").unselected = False
layout.operator("grease_pencil.layer_hide", text="Hide Inactive Layers").unselected = True
class VIEW3D_MT_edit_greasepencil_cleanup(Menu):
bl_label = "Cleanup"
@@ -5811,6 +5812,7 @@ class VIEW3D_MT_edit_greasepencil_cleanup(Menu):
layout.operator("grease_pencil.clean_loose")
class VIEW3D_MT_edit_greasepencil(Menu):
bl_label = "Grease Pencil"