summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--skinlcarsng.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/skinlcarsng.c b/skinlcarsng.c
index 4a9a680..71f8944 100644
--- a/skinlcarsng.c
+++ b/skinlcarsng.c
@@ -84,6 +84,7 @@ bool cPluginLCARSNG::Start(void) {
return false;
} else
dsyslog("skinlcarsng: TrueColor OSD found");
+ cDevice::PrimaryDevice()->ScaleVideo(cRect::Null);
lcarsng = new cLCARSNG;
return lcarsng;
}