gui/components/cc_item_tvpic.cpp: show PiG in mode_ts, too

Origin commit data
------------------
Branch: ni/coolstream
Commit: 6ff50ec61b
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-10-29 (Thu, 29 Oct 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2015-10-29 17:36:00 +03:00
parent 977ca73412
commit da026d98a9

View File

@@ -96,7 +96,7 @@ void CComponentsPIP::paint(bool do_save_bg)
return;
int mode = CNeutrinoApp::getInstance()->getMode();
if(mode == NeutrinoMessages::mode_tv || mode == NeutrinoMessages::mode_webtv) {
if(mode == NeutrinoMessages::mode_tv || mode == NeutrinoMessages::mode_webtv || mode == NeutrinoMessages::mode_ts) {
videoDecoder->Pig(pig_x, pig_y, pig_w, pig_h, screen_w, screen_h);
}
else{ //paint an alternate image if no tv mode available