fix color of window separators in media library etc.

This commit is contained in:
Andrzej Rybczak
2014-09-03 21:27:43 +02:00
parent fb0b2158e3
commit 5ce193303b
7 changed files with 10 additions and 16 deletions

View File

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