GPencil: Fix wrong icon for Brush presets

It was using the old 2.7 icon.
This commit is contained in:
Antonio Vazquez 2019-09-24 13:17:28 +02:00
parent 4e7faf5ffa
commit bf61f217e7
1 changed files with 1 additions and 1 deletions

View File

@ -1860,7 +1860,7 @@ class VIEW3D_PT_tools_grease_pencil_brush(View3DPanel, Panel):
brush = gpencil_paint.brush
sub = col.column(align=True)
sub.operator("gpencil.brush_presets_create", icon='HELP', text="")
sub.operator("gpencil.brush_presets_create", icon='PRESET_NEW', text="")
if brush is not None:
gp_settings = brush.gpencil_settings