]> git.vomp.tv Git - vompclient.git/commitdiff
Fix text corruption on channel list when returning from live TV
authorChris Tallon <chris@vomp.tv>
Sat, 18 Sep 2021 14:16:53 +0000 (15:16 +0100)
committerChris Tallon <chris@vomp.tv>
Sat, 18 Sep 2021 14:16:53 +0000 (15:16 +0100)
vchannellist.cc

index d16d7cfda918d8a174d6df160cc12a7209c66839..75d61633db4cf628ba58c59d3bc9fc5d46fff032 100644 (file)
@@ -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);
 }