mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-12 07:53:37 +02:00
Merge branch 'cst-next' into nmp-cst-next
- Fix merge conflicts
Origin commit data
------------------
Commit: 7a3c90fccf
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-08-19 (Fri, 19 Aug 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