mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
gui/bedit/bouqueteditor_chanselect.cpp: disable screen save
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user