From 51f222f91d94130090cfa355bc1e17b21c1d448f Mon Sep 17 00:00:00 2001 From: William Reynish Date: Mon, 6 May 2019 19:44:33 +0200 Subject: Fix: T64213 Properties Editor Icon Colors are wrong for Text and Light Probes --- source/blender/editors/include/UI_icons.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/include/UI_icons.h') diff --git a/source/blender/editors/include/UI_icons.h b/source/blender/editors/include/UI_icons.h index e86170f717e..c68f47da447 100644 --- a/source/blender/editors/include/UI_icons.h +++ b/source/blender/editors/include/UI_icons.h @@ -243,7 +243,7 @@ DEF_ICON_SHADING(BRUSH_DATA) DEF_ICON_SHADING(IMAGE_DATA) DEF_ICON(FILE) DEF_ICON(FCURVE) -DEF_ICON(FONT_DATA) +DEF_ICON_OBJECT_DATA(FONT_DATA) DEF_ICON(RENDER_RESULT) DEF_ICON_OBJECT_DATA(SURFACE_DATA) DEF_ICON_OBJECT_DATA(EMPTY_DATA) -- cgit v1.2.3