gui/streaminfo2.cpp: disable screen save for PiG

Origin commit data
------------------
Commit: dd887dfd9b
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-03-09 (Mon, 09 Mar 2015)
This commit is contained in:
[CST] Focus
2015-03-09 13:22:26 +03:00
parent 7152701dda
commit 0e10c8e21d

View File

@@ -421,7 +421,7 @@ void CStreamInfo2::paint (int /*mode*/)
if (pip == NULL)
pip = new CComponentsPIP(width-width/3-10, y+10, 33);
pip->paint();
pip->paint(CC_SAVE_SCREEN_NO);
paint_techinfo (xpos, ypos);
paint_signal_fe_box (width - width/3 - 10, (y + 10 + height/3 + hheight), width/3, height/3 + hheight);