mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
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:
@@ -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