summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2013-09-18 11:00:59 +0200
committerlouis <louis.braun@gmx.de>2013-09-18 11:00:59 +0200
commita2cce357ac7bd1270efbd55fef9f680508f0aed8 (patch)
tree543c9698da602ee880060d839c49129d3d2ba66f
parent11249b49a76a9d963a727a108e720d6bc98eec7c (diff)
downloadskin-nopacity-a2cce357ac7bd1270efbd55fef9f680508f0aed8.tar.gz
skin-nopacity-a2cce357ac7bd1270efbd55fef9f680508f0aed8.tar.bz2
small correction in fix
-rw-r--r--timers.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/timers.c b/timers.c
index d71a6b9..b261d78 100644
--- a/timers.c
+++ b/timers.c
@@ -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));