mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
CScreenSaver: ensure full cleanup of infoclock after stopped screensaver
This provokes re init of info clock.
Origin commit data
------------------
Branch: ni/coolstream
Commit: 622e7a4dd2
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-02-07 (Tue, 07 Feb 2017)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -143,10 +143,12 @@ void CScreenSaver::Stop()
|
||||
m_frameBuffer->paintBackground(); //clear entire screen
|
||||
|
||||
CAudioMute::getInstance()->enableMuteIcon(status_mute);
|
||||
if (!OnAfterStop.empty())
|
||||
if (!OnAfterStop.empty()){
|
||||
OnAfterStop();
|
||||
else
|
||||
}else{
|
||||
CInfoClock::getInstance()->ClearDisplay(); //provokes reinit
|
||||
CInfoClock::getInstance()->enableInfoClock();
|
||||
}
|
||||
}
|
||||
|
||||
void* CScreenSaver::ScreenSaverPrg(void* arg)
|
||||
|
Reference in New Issue
Block a user