UI: dim icons in inactive tabs, similar to text

This makes the properties editor navigation bar less saturated. Internally
the icon theme coloring was refactored a bit to move more towards the button
drawing code.
This commit is contained in:
2019-05-09 17:37:26 +02:00
parent 6148ed8cf9
commit 60ca2fe338
10 changed files with 71 additions and 37 deletions

View File

@@ -771,7 +771,8 @@ void ui_draw_aligned_panel(uiStyle *style,
(block->aspect / UI_DPI_FAC),
1.0f,
0.0f,
(const char *)col_title);
(const char *)col_title,
false);
GPU_blend(false);
}