update displaying playlist in column view

This commit is contained in:
Andrzej Rybczak
2008-12-12 21:14:22 +01:00
parent d139320ac9
commit 6f296e2419
5 changed files with 105 additions and 127 deletions

View File

@@ -127,6 +127,9 @@ Window::~Window()
void Window::SetColor(Color col, Color background)
{
if (col == clDefault)
col = itsBaseColor;
if (col != clDefault)
wattron(itsWindow, COLOR_PAIR(background*8+col));
else