mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 09:51:22 +02:00
Merge remote-tracking branch 'tuxbox/master'
* needs compile fixes * needs additional tests, of course :-)
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