summaryrefslogtreecommitdiff
path: root/displayreplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'displayreplay.c')
-rw-r--r--displayreplay.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/displayreplay.c b/displayreplay.c
index 04ea6c0..9c9e8a8 100644
--- a/displayreplay.c
+++ b/displayreplay.c
@@ -25,6 +25,7 @@
#include "lcarsng.h"
#include "displayreplay.h"
+#include "config.h"
#include <vdr/font.h>
#include <vdr/menu.h>
#include <vdr/osd.h>
@@ -56,6 +57,7 @@ cLCARSNGDisplayReplay::cLCARSNGDisplayReplay(bool ModeOnly):cThread("LCARS Displ
frameColorBg = Theme.Color(clrReplayFrameBg);
frameColorFg = Theme.Color(clrReplayFrameFg);
frameColorMg = Theme.Color(clrReplayFrameMg);
+ Margin = Config.Margin;
lastCurrentWidth = 0;
lastTotalWidth = 0;
memset(&lastTrackId, 0, sizeof(lastTrackId));