From 4590bd464414d8aad7b78afb76dd1684ccfc795d Mon Sep 17 00:00:00 2001 From: Michael Liebmann Date: Fri, 2 Dec 2016 00:33:59 +0100 Subject: [PATCH] MoviePlayer: Disable NI InfoIcons when view movieinfo Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/c05351c8d8ccacfa8800033c62c33967115bc7a9 Author: Michael Liebmann Date: 2016-12-02 (Fri, 02 Dec 2016) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/movieplayer.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/movieplayer.cpp b/src/gui/movieplayer.cpp index 4f58c5e7a..65b7603b2 100644 --- a/src/gui/movieplayer.cpp +++ b/src/gui/movieplayer.cpp @@ -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);