gui/bedit/bouqueteditor_chanselect.cpp: disable screen save

Origin commit data
------------------
Branch: ni/coolstream
Commit: 932289ef61
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-03-09 (Mon, 09 Mar 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2015-03-09 13:54:12 +03:00
parent 07cfcc2613
commit 69e4f1f914

View File

@@ -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);