mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
"Ghost" Infobar when recording removes.
- See also http://www.dbox2world.net/board293-coolstream-hd1/board314-coolstream-development/p135515-anzeige-bugs/#post135515 git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1796 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -916,6 +916,9 @@ void CInfoViewer::loop(int fadeValue, bool show_dot ,bool fadeIn)
|
|||||||
hideIt = true;
|
hideIt = true;
|
||||||
else
|
else
|
||||||
hideIt = false;
|
hideIt = false;
|
||||||
|
int rec_mode = CRecordManager::getInstance()->GetRecordMode();
|
||||||
|
if ((rec_mode == CRecordManager::RECMODE_REC) || (rec_mode == CRecordManager::RECMODE_REC_TSHIFT))
|
||||||
|
hideIt = true;
|
||||||
//hideIt = (g_settings.timing[SNeutrinoSettings::TIMING_INFOBAR] == 0) ? true : false;
|
//hideIt = (g_settings.timing[SNeutrinoSettings::TIMING_INFOBAR] == 0) ? true : false;
|
||||||
g_RCInput->postMsg (msg, data);
|
g_RCInput->postMsg (msg, data);
|
||||||
res = messages_return::cancel_info;
|
res = messages_return::cancel_info;
|
||||||
|
Reference in New Issue
Block a user