vdf: reducing flicker while going into standby

Origin commit data
------------------
Branch: ni/coolstream
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

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2012-09-17 21:55:53 +02:00
parent 56425d83c8
commit f1f0400f87

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();
}