git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
293b492
)
Qt: update the Win32 thumbnail after fullscreen
author
Jean-Baptiste Kempf
<jb@videolan.org>
Tue, 12 Aug 2014 23:58:39 +0000
(
01:58
+0200)
committer
Jean-Baptiste Kempf
<jb@videolan.org>
Tue, 12 Aug 2014 23:58:39 +0000
(
01:58
+0200)
Close #10514
modules/gui/qt4/main_interface.cpp
patch
|
blob
|
history
diff --git
a/modules/gui/qt4/main_interface.cpp
b/modules/gui/qt4/main_interface.cpp
index
663c7ee
..
ac0a42f
100644
(file)
--- 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 );
* qt-fullscreen-screennumber is forced) */
setMinimalView( b_minimalView );
setInterfaceFullScreen( b_interfaceFullScreen );
+#ifdef _WIN32
+ changeThumbbarButtons( THEMIM->getIM()->playingStatus() );
+#endif
}
videoWidget->sync();
}
}
videoWidget->sync();
}