vdf: reducing flicker while going into standby

Origin commit data
------------------
Commit: d00032975a
Author: vanhofen <vanhofen@gmx.de>
Date: 2012-09-17 (Mon, 17 Sep 2012)

Origin message was:
------------------
- vdf: reducing flicker while going into standby
This commit is contained in:
vanhofen
2012-09-17 21:55:53 +02:00
parent 0e36c42af8
commit d213832a96

View File

@@ -3186,9 +3186,6 @@ void CNeutrinoApp::standbyMode( bool bOnOff, bool fromDeepStandby )
frameBuffer->useBackground(false);
frameBuffer->paintBackground();
CVFD::getInstance()->Clear();
CVFD::getInstance()->setMode(CVFD::MODE_STANDBY);
/* wasshift = */ CRecordManager::getInstance()->StopAutoRecord();
if(!CRecordManager::getInstance()->RecordingStatus()) {
@@ -3209,6 +3206,9 @@ void CNeutrinoApp::standbyMode( bool bOnOff, bool fromDeepStandby )
}
}
CVFD::getInstance()->Clear();
CVFD::getInstance()->setMode(CVFD::MODE_STANDBY);
if(g_settings.mode_clock) {
InfoClock->StopClock();
}