From c7bc8ead8b2b019d5ecf6fd283f678f0cf11ba56 Mon Sep 17 00:00:00 2001 From: Karl Melscher Date: Wed, 7 Mar 2018 16:06:06 +0100 Subject: SetTitle changes --- lcarsng.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lcarsng.c b/lcarsng.c index 6094478..5067c14 100644 --- a/lcarsng.c +++ b/lcarsng.c @@ -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; -- cgit v1.2.3