From dcac888dda87df69b6ba0eb2b29cb471f1bebf71 Mon Sep 17 00:00:00 2001 From: Chris Tallon Date: Sat, 18 Sep 2021 15:54:57 +0100 Subject: [PATCH] Fix text corruption in channel number display on live tv --- vvideolivetv.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/vvideolivetv.cc b/vvideolivetv.cc index 97d20c8..4d3f64f 100644 --- a/vvideolivetv.cc +++ b/vvideolivetv.cc @@ -591,6 +591,7 @@ void VVideoLiveTV::doKey(int command) } else { + osdChanNum.fillColour(DrawStyle::VIEWBACKGROUND); osdChanNum.draw(); } boxstack->update(this, osd.getRegion()); -- 2.39.2