From 28324143c4ce657c4de773c8363b93b27625243e Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Thu, 27 Sep 2018 18:25:50 +0200 Subject: UI: draw mono icons with button type text color, instead of area text color. --- source/blender/editors/space_file/file_draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_file') diff --git a/source/blender/editors/space_file/file_draw.c b/source/blender/editors/space_file/file_draw.c index 54f67fa251e..679ae6b9648 100644 --- a/source/blender/editors/space_file/file_draw.c +++ b/source/blender/editors/space_file/file_draw.c @@ -397,7 +397,7 @@ static void file_draw_preview( scale, scale, 1.0f, 1.0f, col); if (icon) { - UI_icon_draw_aspect((float)xco, (float)yco, icon, icon_aspect, 1.0f); + UI_icon_draw_aspect((float)xco, (float)yco, icon, icon_aspect, 1.0f, NULL); } /* border */ -- cgit v1.2.3