GPencil: Fix wrong title missing in previous change

This commit is contained in:
Antonioya 2019-07-01 08:40:18 +02:00
parent c74626c54f
commit cfea0d9eb8

@ -215,7 +215,7 @@ class MATERIAL_PT_gpencil_fillcolor(GPMaterialButtonsPanel, Panel):
col.template_ID(gpcolor, "fill_image", open="image.open")
if gpcolor.fill_style == 'TEXTURE':
col.prop(gpcolor, "use_fill_pattern", text="Use As Pattern")
col.prop(gpcolor, "use_fill_pattern", text="Use As Stencil Mask")
if gpcolor.use_fill_pattern is True:
col.prop(gpcolor, "fill_color", text="Color")