mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 10:51:05 +02:00
Merge remote-tracking branch 'tuxbox/master'
* needs compile fixes
* needs additional tests, of course :-)
Origin commit data
------------------
Commit: 13ab1ebc8a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-10-22 (Sat, 22 Oct 2016)
This commit is contained in:
@@ -86,7 +86,6 @@ void CAudioMute::AudioMute(int newValue, bool isEvent)
|
||||
*/
|
||||
if (!CInfoClock::getInstance()->isBlocked()){
|
||||
CInfoClock::getInstance()->ClearDisplay();
|
||||
CInfoClock::getInstance()->paint();//avoids delay
|
||||
}
|
||||
|
||||
frameBuffer->fbNoCheck(true);
|
||||
@@ -100,7 +99,6 @@ void CAudioMute::AudioMute(int newValue, bool isEvent)
|
||||
CInfoClock::getInstance()->ClearDisplay();
|
||||
this->kill();
|
||||
clearSavedScreen();
|
||||
CInfoClock::getInstance()->paint();//avoids delay
|
||||
}else
|
||||
this->hide();
|
||||
frameBuffer->setFbArea(CFrameBuffer::FB_PAINTAREA_MUTEICON1);
|
||||
|
Reference in New Issue
Block a user