diff options
author | louis <louis.braun@gmx.de> | 2013-09-18 11:00:59 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-09-18 11:00:59 +0200 |
commit | a2cce357ac7bd1270efbd55fef9f680508f0aed8 (patch) | |
tree | 543c9698da602ee880060d839c49129d3d2ba66f | |
parent | 11249b49a76a9d963a727a108e720d6bc98eec7c (diff) | |
download | skin-nopacity-a2cce357ac7bd1270efbd55fef9f680508f0aed8.tar.gz skin-nopacity-a2cce357ac7bd1270efbd55fef9f680508f0aed8.tar.bz2 |
small correction in fix
-rw-r--r-- | timers.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -123,6 +123,7 @@ void cNopacityTimer::Render(void) { pixmap->DrawImage(cPoint(1,1), imgLoader.GetImage()); } else { pixmap->DrawRectangle(cRect(1, 1, width-2, height-2), Theme.Color(clrDiskAlert)); + clrFontBack = Theme.Color(clrDiskAlert); } int numLines = showName.Lines(); int textWidth = 0; @@ -143,6 +144,7 @@ void cNopacityTimer::Render(void) { pixmap->DrawImage(cPoint(1,1), imgLoader.GetImage()); } else { pixmap->DrawRectangle(cRect(1, 1, width-2, height-2), Theme.Color(clrDiskAlert)); + clrFontBack = Theme.Color(clrDiskAlert); } } else { pixmap->Fill(Theme.Color(clrMenuBorder)); |