From: Chris Tallon Date: Tue, 16 Nov 2021 16:17:21 +0000 (+0000) Subject: Fix live TV OSD clock background reappearing X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=7c34734bbed22ccaf3d8896af71563858d28d56e;p=vompclient.git Fix live TV OSD clock background reappearing --- diff --git a/vvideolivetv.cc b/vvideolivetv.cc index c06e8d9..2dcd8b3 100644 --- a/vvideolivetv.cc +++ b/vvideolivetv.cc @@ -897,10 +897,10 @@ 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()) { + clock.fillColour(DrawStyle::OSDBACKGROUND); clock.draw(); boxstack->update(this, osd.getRegion()); }