From: Chris Tallon Date: Sat, 18 Sep 2021 14:55:37 +0000 (+0100) Subject: Fix text corruption in channel number display on live tv X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=vompclient.git Fix text corruption in channel number display on live tv --- diff --git a/vvideolivetv.cc b/vvideolivetv.cc index 8255263..00f7dd3 100644 --- a/vvideolivetv.cc +++ b/vvideolivetv.cc @@ -634,6 +634,7 @@ void VVideoLiveTV::doKey(int command) } else { + osdChanNum.fillColour(DrawStyle::VIEWBACKGROUND); osdChanNum.draw(); } boxstack->update(this, osd.getRegion());