From 9906e3f32effd641ad0abdc8e711298ff8debbc1 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Mon, 2 Sep 2013 22:37:07 +0200 Subject: [PATCH] channellist: disable miniTV in movieplayer-mode Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/ebd5f54753fc403afa17e83e59ffae1f9d1b9973 Author: vanhofen Date: 2013-09-02 (Mon, 02 Sep 2013) Origin message was: ------------------ - channellist: disable miniTV in movieplayer-mode ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/channellist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;