diff options
author | Karl Melscher <kamel5@gmx.net> | 2018-03-07 16:06:06 +0100 |
---|---|---|
committer | Karl Melscher <kamel5@gmx.net> | 2018-03-07 16:06:06 +0100 |
commit | c7bc8ead8b2b019d5ecf6fd283f678f0cf11ba56 (patch) | |
tree | bf890c579b43f7da19a8752e1b33be2aadbc05d2 | |
parent | 199bab5c3c33c7a77281430e812a026674d27f6b (diff) | |
download | skin-lcarsng-c7bc8ead8b2b019d5ecf6fd283f678f0cf11ba56.tar.gz skin-lcarsng-c7bc8ead8b2b019d5ecf6fd283f678f0cf11ba56.tar.bz2 |
SetTitle changes
-rw-r--r-- | lcarsng.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1807,6 +1807,7 @@ void cLCARSNGDisplayMenu::SetTitle(const char *Title) case mcRecording: case mcRecordingInfo: case mcTimerEdit: + osd->DrawRectangle(xs00 - Gap, ys00, xs00, ys01 - 1, Theme.Color(clrBackground)); osd->DrawText(xs00, ys00, Title, Theme.Color(clrMenuFrameFg), frameColor, font, xs11 - xs00, lineHeight, taBottom | taRight | taBorder); osd->DrawRectangle(xs12, ys00, xs13 - 1, ys01 - 1, frameColor); break; |