Skip to content

Commit

Permalink
Remove default channel icon setting in GuideBase, as it is set later …
Browse files Browse the repository at this point in the history
…in TV/Radio guide
  • Loading branch information
GuzziMP committed Jan 3, 2013
1 parent be007fc commit 0b1bcd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TvEngine3/TVLibrary/TvPlugin/TvPlugin/GuideBase.cs
Expand Up @@ -390,7 +390,7 @@ protected void Update(bool selectCurrentShow)

if (_showChannelLogos)
{
imgBut.TexutureIcon = cntlChannelImg.FileName;
// imgBut.TexutureIcon = cntlChannelImg.FileName; // removed to avoid rerendering on each ChannelRendering
imgBut.IconOffsetX = cntlChannelImg.XPosition;
imgBut.IconOffsetY = cntlChannelImg.YPosition;
imgBut.IconWidth = cntlChannelImg.RenderWidth;
Expand Down

0 comments on commit 0b1bcd5

Please sign in to comment.