mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
audiomute.cpp: fix clear screen after audiomute
This commit is contained in:
@@ -98,9 +98,10 @@ void CAudioMute::AudioMute(int newValue, bool isEvent)
|
|||||||
if (!CInfoClock::getInstance()->isBlocked()){
|
if (!CInfoClock::getInstance()->isBlocked()){
|
||||||
CInfoClock::getInstance()->ClearDisplay();
|
CInfoClock::getInstance()->ClearDisplay();
|
||||||
this->kill();
|
this->kill();
|
||||||
clearSavedScreen();
|
}
|
||||||
}else
|
else
|
||||||
this->hide();
|
this->hide();
|
||||||
|
clearSavedScreen();
|
||||||
frameBuffer->setFbArea(CFrameBuffer::FB_PAINTAREA_MUTEICON1);
|
frameBuffer->setFbArea(CFrameBuffer::FB_PAINTAREA_MUTEICON1);
|
||||||
}
|
}
|
||||||
frameBuffer->fbNoCheck(false);
|
frameBuffer->fbNoCheck(false);
|
||||||
|
Reference in New Issue
Block a user