GP: Remove separator line in materials submenu

This commit is contained in:
Antonio Vazquez 2018-09-27 22:06:47 +02:00
parent 2b6cbc8c43
commit b3cb4eaa03
1 changed files with 0 additions and 2 deletions

View File

@ -37,8 +37,6 @@ class GPENCIL_MT_color_specials(Menu):
layout.operator("gpencil.color_lock_all", icon='LOCKED', text="Lock All")
layout.operator("gpencil.color_unlock_all", icon='UNLOCKED', text="UnLock All")
layout.separator()
layout.operator("gpencil.stroke_lock_color", text="Lock Unselected")
layout.operator("gpencil.lock_layer", text="Lock Unused")