mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 00:11:08 +02:00
CChannelList: don't assign logo if disabled
Origin commit data
------------------
Branch: ni/coolstream
Commit: 85f4992ca8
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-04-27 (Thu, 27 Apr 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -2148,6 +2148,8 @@ void CChannelList::paintHead()
|
|||||||
header->setChannelLogo((*chanlist)[selected]->getChannelID(), (*chanlist)[selected]->getName());
|
header->setChannelLogo((*chanlist)[selected]->getChannelID(), (*chanlist)[selected]->getName());
|
||||||
header->getChannelLogoObject()->allowPaint(false);
|
header->getChannelLogoObject()->allowPaint(false);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
header->setChannelLogo(0, string());
|
||||||
header->paint(CC_SAVE_SCREEN_NO);
|
header->paint(CC_SAVE_SCREEN_NO);
|
||||||
showChannelLogo();
|
showChannelLogo();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user