mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
- neutrino: make header's channellogos alignable
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -901,7 +901,7 @@ void CEventList::paintHead(t_channel_id _channel_id, std::string _channelname, s
|
||||
if (header->isPainted())
|
||||
header->getChannelLogoObject()->hide();
|
||||
if (g_settings.channellist_show_channellogo)
|
||||
header->setChannelLogo(_channel_id,_channelname);
|
||||
header->setChannelLogo(_channel_id,_channelname, (CCHeaderTypes::cc_logo_alignment_t)g_settings.channellist_show_channellogo);
|
||||
header->setCaption(_channelname, CCHeaderTypes::CC_TITLE_LEFT);
|
||||
|
||||
header->paint(CC_SAVE_SCREEN_NO);
|
||||
|
Reference in New Issue
Block a user