mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
gui/streaminfo2.cpp: disable screen save for PiG
This commit is contained in:
@@ -421,7 +421,7 @@ void CStreamInfo2::paint (int /*mode*/)
|
|||||||
|
|
||||||
if (pip == NULL)
|
if (pip == NULL)
|
||||||
pip = new CComponentsPIP(width-width/3-10, y+10, 33);
|
pip = new CComponentsPIP(width-width/3-10, y+10, 33);
|
||||||
pip->paint();
|
pip->paint(CC_SAVE_SCREEN_NO);
|
||||||
|
|
||||||
paint_techinfo (xpos, ypos);
|
paint_techinfo (xpos, ypos);
|
||||||
paint_signal_fe_box (width - width/3 - 10, (y + 10 + height/3 + hheight), width/3, height/3 + hheight);
|
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