From 85228a32e20288c9d051c214198daed82b16b862 Mon Sep 17 00:00:00 2001 From: Chris Tallon Date: Sat, 18 Sep 2021 15:16:53 +0100 Subject: [PATCH] Fix text corruption on channel list when returning from live TV --- vchannellist.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/vchannellist.cc b/vchannellist.cc index d16d7cf..75d6163 100644 --- a/vchannellist.cc +++ b/vchannellist.cc @@ -167,9 +167,7 @@ void VChannelList::doShowingBar() char showing[200]; sprintf(showing, tr("%i to %i of %i"), topOption, sl.getBottomOption(), sl.getNumOptions()); -#ifndef GRADIENT_DRAWING rectangle(220, 385,160, 25, DrawStyle::VIEWBACKGROUND); -#endif drawText(showing, 220, 385, DrawStyle::LIGHTTEXT); } -- 2.39.2