From: Chris Tallon Date: Sat, 18 Sep 2021 14:16:53 +0000 (+0100) Subject: Fix text corruption on channel list when returning from live TV X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=85228a32e20288c9d051c214198daed82b16b862;p=vompclient.git Fix text corruption on channel list when returning from live TV --- 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); }