mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user