Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Lucke <jacques@blender.org>2020-02-17 12:47:28 +0300
committerJacques Lucke <jacques@blender.org>2020-02-17 12:47:28 +0300
commit1945a2325910270980da9decad7c5af9bab0b661 (patch)
treef87a75ff941ce4b0ff460b84fec250315f87d1b8 /source/blender/editors/space_outliner/outliner_draw.c
parentfad8e475c76ceee0dc47ee10ff74a595381afdb9 (diff)
parentc0423c871d1dde5a6bb094768c3310c66b795586 (diff)
Merge branch 'master' into functions
Diffstat (limited to 'source/blender/editors/space_outliner/outliner_draw.c')
-rw-r--r--source/blender/editors/space_outliner/outliner_draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_outliner/outliner_draw.c b/source/blender/editors/space_outliner/outliner_draw.c
index b4d6c6f7d4a..5661d6bf50a 100644
--- a/source/blender/editors/space_outliner/outliner_draw.c
+++ b/source/blender/editors/space_outliner/outliner_draw.c
@@ -2707,7 +2707,7 @@ static void outliner_draw_iconrow_number(const uiFontStyle *fstyle,
/* Now the numbers. */
uchar text_col[4];
- UI_GetThemeColor4ubv(TH_TEXT_HI, text_col);
+ UI_GetThemeColor3ubv(TH_TEXT_HI, text_col);
text_col[3] = 255;
uiFontStyle fstyle_small = *fstyle;