[vlc-commits] commit: Qt4: raise the fullscreen widget when it is shown ( Rémi Denis-Courmont )
git at videolan.org
git at videolan.org
Mon Jun 7 23:07:46 CEST 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Jun 8 00:07:11 2010 +0300| [df261c30a4ec89baee1c7b3a1152b846d0bc80a7] | committer: Rémi Denis-Courmont
Qt4: raise the fullscreen widget when it is shown
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=df261c30a4ec89baee1c7b3a1152b846d0bc80a7
---
modules/gui/qt4/components/interface_widgets.cpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/gui/qt4/components/interface_widgets.cpp b/modules/gui/qt4/components/interface_widgets.cpp
index f96a572..806142f 100644
--- a/modules/gui/qt4/components/interface_widgets.cpp
+++ b/modules/gui/qt4/components/interface_widgets.cpp
@@ -239,6 +239,8 @@ void VideoWidget::SetFullScreen( bool b_fs, bool b_ontop )
free( title );
reparentable->show();
+ reparentable->activateWindow();
+ reparentable->raise();
}
else
{ /* Go windowed */
More information about the vlc-commits
mailing list