mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
CChannelList: don't assign logo if disabled
Origin commit data
------------------
Commit: 85f4992ca8
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-04-27 (Thu, 27 Apr 2017)
This commit is contained in:
@@ -2148,6 +2148,8 @@ void CChannelList::paintHead()
|
||||
header->setChannelLogo((*chanlist)[selected]->getChannelID(), (*chanlist)[selected]->getName());
|
||||
header->getChannelLogoObject()->allowPaint(false);
|
||||
}
|
||||
else
|
||||
header->setChannelLogo(0, string());
|
||||
header->paint(CC_SAVE_SCREEN_NO);
|
||||
showChannelLogo();
|
||||
}
|
||||
|
Reference in New Issue
Block a user