fix color of column separators with classic ui and disabled titles

This commit is contained in:
Andrzej Rybczak
2014-08-30 16:06:39 +02:00
parent f7611e9fb0
commit 0ed6946721
2 changed files with 5 additions and 5 deletions

View File

@@ -594,7 +594,7 @@ void Status::Changes::flags()
attron(COLOR_PAIR(int(Config.state_line_color)));
mvprintw(1, COLS-2, "]");
}
attroff(A_BOLD|COLOR_PAIR(int(Config.state_line_color)));
attrset(COLOR_PAIR(int(Config.main_color)));
refresh();
break;
case Design::Alternative: