mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +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)
|
void CBEChannelSelectWidget::paintDetails(int index)
|
||||||
{
|
{
|
||||||
//details line
|
//details line
|
||||||
dline->paint();
|
dline->paint(CC_SAVE_SCREEN_NO);
|
||||||
|
|
||||||
std::string str = getInfoText(index);
|
std::string str = getInfoText(index);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user