[vlc-devel] commit: Qt: remove unneeded hack. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Mon Jun 8 15:42:21 CEST 2009
vlc | branch: 1.0-bugfix | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jun 8 15:41:20 2009 +0200| [ff35eda80621ce79ba7c11b3a8917988ba86ee6e] | committer: Jean-Baptiste Kempf
Qt: remove unneeded hack.
It seems to work correctly on Vista.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ff35eda80621ce79ba7c11b3a8917988ba86ee6e
---
modules/gui/qt4/dialogs/open.cpp | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/modules/gui/qt4/dialogs/open.cpp b/modules/gui/qt4/dialogs/open.cpp
index 0670580..c27d260 100644
--- a/modules/gui/qt4/dialogs/open.cpp
+++ b/modules/gui/qt4/dialogs/open.cpp
@@ -75,11 +75,6 @@ OpenDialog::OpenDialog( QWidget *parent,
i_action_flag = _action_flag;
b_pl =_b_pl;
- /* Workaround the Win32 Vout that put the video on top at regular times */
-#ifdef WIN32
- setWindowFlags( Qt::WindowStaysOnTopHint | Qt::Dialog );
-#endif
-
if( b_selectMode ) /* Select mode */
{
i_action_flag = SELECT;
More information about the vlc-devel
mailing list