summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Melscher <kamel5@gmx.net>2018-03-07 15:22:49 +0100
committerKarl Melscher <kamel5@gmx.net>2018-03-07 15:22:49 +0100
commit4774c3401efb3b9e9da5132c1114af036059e510 (patch)
tree00c071e528a63882249b730743f303669c502cfe
parent7f827ad4ef2baab206da087e9790a45a92b6bd4e (diff)
downloadskin-lcarsng-4774c3401efb3b9e9da5132c1114af036059e510.tar.gz
skin-lcarsng-4774c3401efb3b9e9da5132c1114af036059e510.tar.bz2
Liveindicator changes
-rw-r--r--lcarsng.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcarsng.c b/lcarsng.c
index 1920b58..16f764b 100644
--- a/lcarsng.c
+++ b/lcarsng.c
@@ -1448,7 +1448,7 @@ void cLCARSNGDisplayMenu::DrawLiveIndicator(void)
if (initial || y != lastLiveIndicatorY || Transferring != lastLiveIndicatorTransferring) {
if (lastLiveIndicatorY >= 0)
osd->DrawRectangle(xs12, lastLiveIndicatorY, xs13 - 1, lastLiveIndicatorY + lineHeight - 1, Theme.Color(clrBackground));
- if (y >= 0) {
+ if (y > 0) {
tColor ColorBg = Theme.Color(clrChannelFrameBg);
osd->DrawRectangle(xs12, y, xs12 + lineHeight / 2 - 1, y + lineHeight - 1, ColorBg);
osd->DrawEllipse (xs12 + lineHeight / 2, y, xs13 - 1, y + lineHeight - 1, ColorBg, 5);