mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
show only standard icon size
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@632 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -623,6 +623,9 @@ int CEpgData::show(const t_channel_id channel_id, uint64_t a_id, time_t* a_start
|
||||
|
||||
//show Content&Component for Dolby & 16:9
|
||||
CSectionsdClient::ComponentTagList tags;
|
||||
int dummy_h,dummy_w;
|
||||
frameBuffer->getIconSize(NEUTRINO_ICON_16_9_GREY, &dummy_w, &dummy_h);
|
||||
if (dummy_h == 16 && dummy_w == 26){ // show only standard icon size
|
||||
if ( sectionsd_getComponentTagsUniqueKey( epgData.eventID, tags ) )
|
||||
{
|
||||
for (unsigned int i=0; i< tags.size(); i++)
|
||||
@@ -637,7 +640,7 @@ int CEpgData::show(const t_channel_id channel_id, uint64_t a_id, time_t* a_start
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
//show progressbar
|
||||
if ( epg_done!= -1 )
|
||||
{
|
||||
|
Reference in New Issue
Block a user