]> git.vomp.tv Git - vompclient.git/commitdiff
Fix text corruption in live TV OSD clock
authorChris Tallon <chris@vomp.tv>
Mon, 27 Sep 2021 13:32:24 +0000 (14:32 +0100)
committerChris Tallon <chris@vomp.tv>
Mon, 27 Sep 2021 13:32:24 +0000 (14:32 +0100)
vvideolivetv.cc

index 66dd4ba994b8f57e943d45895edb25cc85fd64db..c06e8d9d20f827d437dcd5aeb70173fc798425a8 100644 (file)
@@ -897,6 +897,7 @@ void VVideoLiveTV::timercall(int ref)
   else if (ref == 2)
   {
     LogNT::getInstance()->debug(TAG, "Timer Call 2  start.");
+    clock.fillColour(DrawStyle::OSDBACKGROUND);
     setClock();
     if (osd.getVisible())
     {