mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
neutrino: make header's channellogos alignable
Origin commit data
------------------
Branch: ni/coolstream
Commit: 536c91a230
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-04-30 (Sat, 30 Apr 2022)
Origin message was:
------------------
- neutrino: make header's channellogos alignable
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1799,7 +1799,7 @@ void CChannelList::showChannelLogo()
|
||||
return;
|
||||
|
||||
if(g_settings.channellist_show_channellogo){
|
||||
header->setChannelLogo((*chanlist)[selected]->getChannelID(), (*chanlist)[selected]->getName());
|
||||
header->setChannelLogo((*chanlist)[selected]->getChannelID(), (*chanlist)[selected]->getName(), (CCHeaderTypes::cc_logo_alignment_t)g_settings.channellist_show_channellogo);
|
||||
header->getChannelLogoObject()->hide();
|
||||
header->getChannelLogoObject()->clearSavedScreen();
|
||||
header->getChannelLogoObject()->paint();
|
||||
|
Reference in New Issue
Block a user