mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
- neutrino: make header's channellogos alignable
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -144,7 +144,7 @@ void EpgPlus::Header::paintChannelLogo(const CZapitChannel *Channel)
|
||||
this->logo->clearSavedScreen();
|
||||
if (Channel)
|
||||
{
|
||||
this->head->setChannelLogo(Channel->getChannelID(), Channel->getName());
|
||||
this->head->setChannelLogo(Channel->getChannelID(), Channel->getName(), (CCHeaderTypes::cc_logo_alignment_t)g_settings.channellist_show_channellogo);
|
||||
}
|
||||
this->logo->allowPaint(true);
|
||||
this->logo->paint();
|
||||
|
Reference in New Issue
Block a user