mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 19:01:13 +02:00
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:
committed by
vanhofen
parent
5ed9fc4b80
commit
4590bd4644
@@ -1566,6 +1566,7 @@ void CMoviePlayerGui::PlayFileLoop(void)
|
|||||||
if (restore)
|
if (restore)
|
||||||
FileTime.kill();
|
FileTime.kill();
|
||||||
CInfoClock::getInstance()->enableInfoClock(false);
|
CInfoClock::getInstance()->enableInfoClock(false);
|
||||||
|
InfoIcons->enableInfoIcons(false); //NI InfoIcons
|
||||||
#ifdef ENABLE_LUA
|
#ifdef ENABLE_LUA
|
||||||
if (isLuaPlay && haveLuaInfoFunc) {
|
if (isLuaPlay && haveLuaInfoFunc) {
|
||||||
int xres = 0, yres = 0, aspectRatio = 0, framerate = -1;
|
int xres = 0, yres = 0, aspectRatio = 0, framerate = -1;
|
||||||
@@ -1585,6 +1586,7 @@ void CMoviePlayerGui::PlayFileLoop(void)
|
|||||||
#endif
|
#endif
|
||||||
fromInfoviewer = false;
|
fromInfoviewer = false;
|
||||||
CInfoClock::getInstance()->enableInfoClock(true);
|
CInfoClock::getInstance()->enableInfoClock(true);
|
||||||
|
InfoIcons->enableInfoIcons(true); //NI InfoIcons
|
||||||
if (restore) {
|
if (restore) {
|
||||||
FileTime.setMode(m_mode);
|
FileTime.setMode(m_mode);
|
||||||
FileTime.update(position, duration);
|
FileTime.update(position, duration);
|
||||||
|
Reference in New Issue
Block a user