[vlc-commits] Qt: update the Win32 thumbnail after fullscreen
Jean-Baptiste Kempf
git at videolan.org
Wed Aug 13 02:53:45 CEST 2014
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Aug 13 01:58:39 2014 +0200| [291b79a14742361914bdc71048f291c14c797661] | committer: Jean-Baptiste Kempf
Qt: update the Win32 thumbnail after fullscreen
Close #10514
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=291b79a14742361914bdc71048f291c14c797661
---
modules/gui/qt4/main_interface.cpp | 3 +++
1 file changed, 3 insertions(+)
diff --git a/modules/gui/qt4/main_interface.cpp b/modules/gui/qt4/main_interface.cpp
index 663c7ee..ac0a42f 100644
--- a/modules/gui/qt4/main_interface.cpp
+++ b/modules/gui/qt4/main_interface.cpp
@@ -743,6 +743,9 @@ void MainInterface::setVideoFullScreen( bool fs )
* qt-fullscreen-screennumber is forced) */
setMinimalView( b_minimalView );
setInterfaceFullScreen( b_interfaceFullScreen );
+#ifdef _WIN32
+ changeThumbbarButtons( THEMIM->getIM()->playingStatus() );
+#endif
}
videoWidget->sync();
}
More information about the vlc-commits
mailing list