cc: rework color handling for select and focus status

This commit is contained in:
2020-12-07 20:33:52 +01:00
parent 26030ee914
commit c88a6ff7b3
26 changed files with 168 additions and 86 deletions

View File

@@ -163,7 +163,7 @@ void CHintBox::init( const std::string& Text,
w_indentation = indent;
col_frame = color_frame;
col_body = color_body;
col_body_std = color_body;
col_shadow = color_shadow;
fr_thickness = g_settings.theme.message_frame_enable ? frame_width : 0;