MoviePlayer: Disable NI InfoIcons when view movieinfo

Origin commit data
------------------
Branch: ni/coolstream
Commit: c05351c8d8
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-12-02 (Fri, 02 Dec 2016)


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

------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2016-12-02 00:33:59 +01:00
committed by vanhofen
parent 5ed9fc4b80
commit 4590bd4644

View File

@@ -1566,6 +1566,7 @@ void CMoviePlayerGui::PlayFileLoop(void)
if (restore)
FileTime.kill();
CInfoClock::getInstance()->enableInfoClock(false);
InfoIcons->enableInfoIcons(false); //NI InfoIcons
#ifdef ENABLE_LUA
if (isLuaPlay && haveLuaInfoFunc) {
int xres = 0, yres = 0, aspectRatio = 0, framerate = -1;
@@ -1585,6 +1586,7 @@ void CMoviePlayerGui::PlayFileLoop(void)
#endif
fromInfoviewer = false;
CInfoClock::getInstance()->enableInfoClock(true);
InfoIcons->enableInfoIcons(true); //NI InfoIcons
if (restore) {
FileTime.setMode(m_mode);
FileTime.update(position, duration);