mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
audiomute.cpp: fix clear screen after audiomute
Origin commit data
------------------
Commit: e6da7fdda7
Author: GetAway <get-away@t-online.de>
Date: 2017-12-17 (Sun, 17 Dec 2017)
This commit is contained in:
@@ -98,9 +98,10 @@ void CAudioMute::AudioMute(int newValue, bool isEvent)
|
||||
if (!CInfoClock::getInstance()->isBlocked()){
|
||||
CInfoClock::getInstance()->ClearDisplay();
|
||||
this->kill();
|
||||
clearSavedScreen();
|
||||
}else
|
||||
}
|
||||
else
|
||||
this->hide();
|
||||
clearSavedScreen();
|
||||
frameBuffer->setFbArea(CFrameBuffer::FB_PAINTAREA_MUTEICON1);
|
||||
}
|
||||
frameBuffer->fbNoCheck(false);
|
||||
|
Reference in New Issue
Block a user