[vlc-commits] Qt: raise window when video Widget is shown
Jean-Baptiste Kempf
git at videolan.org
Tue May 20 14:51:01 CEST 2014
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue May 20 14:48:00 2014 +0200| [1b99dceaa9a7eff095c8577ddebc6df88056a4f0] | committer: Jean-Baptiste Kempf
Qt: raise window when video Widget is shown
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1b99dceaa9a7eff095c8577ddebc6df88056a4f0
---
modules/gui/qt4/main_interface.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/qt4/main_interface.cpp b/modules/gui/qt4/main_interface.cpp
index e60c445..1c240fb 100644
--- a/modules/gui/qt4/main_interface.cpp
+++ b/modules/gui/qt4/main_interface.cpp
@@ -541,7 +541,7 @@ void MainInterface::debug()
#endif
}
-inline void MainInterface::showVideo() { showTab( videoWidget ); }
+inline void MainInterface::showVideo() { showTab( videoWidget ); setRaise(); }
inline void MainInterface::restoreStackOldWidget()
{ showTab( stackCentralOldWidget ); }
More information about the vlc-commits
mailing list