From a352baccc399378333c4352ed83772b49f7ba852 Mon Sep 17 00:00:00 2001 From: Nathan Craddock Date: Tue, 17 Nov 2020 18:49:33 -0700 Subject: Fix grease pencil draw mode icon color in outliner ICON_GREASEPENCIL was defined as an object data icon when it was used as a mode icon. This caused it to draw green in the outliner. --- source/blender/editors/include/UI_icons.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/include') diff --git a/source/blender/editors/include/UI_icons.h b/source/blender/editors/include/UI_icons.h index d99ecf2fd56..b7eb5cab7f9 100644 --- a/source/blender/editors/include/UI_icons.h +++ b/source/blender/editors/include/UI_icons.h @@ -263,7 +263,7 @@ DEF_ICON(LIBRARY_DATA_BROKEN) DEF_ICON(BOIDS) DEF_ICON(STRANDS) DEF_ICON(LIBRARY_DATA_INDIRECT) -DEF_ICON_OBJECT_DATA(GREASEPENCIL) +DEF_ICON(GREASEPENCIL) DEF_ICON_SHADING(LINE_DATA) DEF_ICON(LIBRARY_DATA_OVERRIDE) DEF_ICON(GROUP_BONE) -- cgit v1.2.3