diff --git a/src/gui/channellist.cpp b/src/gui/channellist.cpp index 648d683aa..c8c986025 100644 --- a/src/gui/channellist.cpp +++ b/src/gui/channellist.cpp @@ -544,7 +544,7 @@ void CChannelList::calcSize() // calculate width/height of right info_zone and pip-box infozone_width = full_width - width; pig_width = infozone_width; - if (g_settings.channellist_additional == 2) // with miniTV + if ( (g_settings.channellist_additional == 2) /* with miniTV */ && (CNeutrinoApp::getInstance()->getMode() != NeutrinoMessages::mode_ts) ) pig_height = (pig_width * 9) / 16; else pig_height = 0;