GPencil UI: Ensure "Move to Color" can be found from the colors panel dropdwon too

This commit is contained in:
Joshua Leung 2016-09-08 01:42:16 +12:00
parent 19e6321ac0
commit afd3a55e3e
Notes: blender-bot 2023-02-14 07:37:24 +01:00
Referenced by issue #49295, 2.78 RC1 Linux Nvidia 1070 segfault on selection of cycles renderer
1 changed files with 1 additions and 0 deletions

View File

@ -772,6 +772,7 @@ class GPENCIL_MT_palettecolor_specials(Menu):
layout.separator()
layout.operator("gpencil.palettecolor_select", icon='COLOR', text="Select Strokes")
layout.operator("gpencil.stroke_change_color", icon='MAN_TRANS', text="Move to Color")
class GreasePencilDataPanel: