From 69e4f1f9143f0489aaebc7fb00bf7f05da5a74f9 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Mon, 9 Mar 2015 13:54:12 +0300 Subject: [PATCH] gui/bedit/bouqueteditor_chanselect.cpp: disable screen save Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/932289ef61de267fce5c74630ebc2469fe2a7233 Author: [CST] Focus Date: 2015-03-09 (Mon, 09 Mar 2015) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/bedit/bouqueteditor_chanselect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/bedit/bouqueteditor_chanselect.cpp b/src/gui/bedit/bouqueteditor_chanselect.cpp index c6718d3f0..fcc12c1d1 100644 --- a/src/gui/bedit/bouqueteditor_chanselect.cpp +++ b/src/gui/bedit/bouqueteditor_chanselect.cpp @@ -275,7 +275,7 @@ std::string CBEChannelSelectWidget::getInfoText(int index) void CBEChannelSelectWidget::paintDetails(int index) { //details line - dline->paint(); + dline->paint(CC_SAVE_SCREEN_NO); std::string str = getInfoText(index);