mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 09:51:22 +02:00
remove all fb->blit() calls
TODO: check if plugins etc. need extra treatment
This commit is contained in:
@@ -90,7 +90,6 @@ void CAudioMute::AudioMute(int newValue, bool isEvent)
|
||||
frameBuffer->setFbArea(CFrameBuffer::FB_PAINTAREA_MUTEICON1);
|
||||
}
|
||||
frameBuffer->fbNoCheck(false);
|
||||
frameBuffer->blit();
|
||||
|
||||
if (doInit)
|
||||
CVolumeHelper::getInstance()->refresh();
|
||||
@@ -120,5 +119,4 @@ void CAudioMute::enableMuteIcon(bool enable)
|
||||
do_paint_mute_icon = false;
|
||||
}
|
||||
frameBuffer->fbNoCheck(false);
|
||||
frameBuffer->blit();
|
||||
}
|
||||
|
Reference in New Issue
Block a user