From 509159a42ce546f472e29a3528d849c7fa952303 Mon Sep 17 00:00:00 2001 From: Chris Tallon Date: Sat, 18 Sep 2021 15:55:37 +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 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()); -- 2.39.2