[vlc-commits] Qt: update the Win32 thumbnail after fullscreen
Jean-Baptiste Kempf
git at videolan.org
Wed Aug 13 21:40:01 CEST 2014
vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Aug 13 01:58:39 2014 +0200| [a9735df7182900c6d8a947da8dd8fab1f6e54170] | committer: Jean-Baptiste Kempf
Qt: update the Win32 thumbnail after fullscreen
Close #10514
(cherry picked from commit 291b79a14742361914bdc71048f291c14c797661)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=a9735df7182900c6d8a947da8dd8fab1f6e54170
---
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 43e5dcc..f5d601e 100644
--- a/modules/gui/qt4/main_interface.cpp
+++ b/modules/gui/qt4/main_interface.cpp
@@ -755,6 +755,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