summaryrefslogtreecommitdiff
path: root/enigma.c
diff options
context:
space:
mode:
Diffstat (limited to 'enigma.c')
-rw-r--r--enigma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/enigma.c b/enigma.c
index 2060874..e9aca15 100644
--- a/enigma.c
+++ b/enigma.c
@@ -1533,7 +1533,7 @@ void cSkinEnigmaDisplayMenu::SetupAreas(void)
TE_MARQUEE(osd, -1, fScrollInfo, x + (timer->isRecording ? (bmRecording.Width() + Gap) : 0),
y, timer->title.c_str(),
Theme.Color(clrMenuItemSelectableFg), Theme.Color(clrAltBackground),
- pFontInfoTimerText, nBPP, w, h);
+ pFontInfoTimerText, nBPP, w - (timer->isRecording ? (bmRecording.Width() + Gap) : 0), h);
y += h;
char* info = NULL;
int rc = -1;