From 0e10c8e21d91b6c123bb98c0b9f532fc6a70896d 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 Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/dd887dfd9bc372b7adc29d8711d5550d9d973561 Author: [CST] Focus Date: 2015-03-09 (Mon, 09 Mar 2015) --- 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);