From dd887dfd9bc372b7adc29d8711d5550d9d973561 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Mon, 9 Mar 2015 13:22:26 +0300 Subject: [PATCH] gui/streaminfo2.cpp: disable screen save for PiG --- src/gui/streaminfo2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/streaminfo2.cpp b/src/gui/streaminfo2.cpp index 624ca1550..29f58972f 100644 --- a/src/gui/streaminfo2.cpp +++ b/src/gui/streaminfo2.cpp @@ -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);