mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-12 07:53:37 +02:00
neutrino: make header's channellogos alignable
Origin commit data
------------------
Commit: 536c91a230
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-04-30 (Sat, 30 Apr 2022)
Origin message was:
------------------
- neutrino: make header's channellogos alignable
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