gui/bedit/bouqueteditor_chanselect.cpp: disable screen save

This commit is contained in:
[CST] Focus
2015-03-09 13:54:12 +03:00
parent 5ca50e3c67
commit 932289ef61

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