[vlc-devel] commit: Qt: remove unneeded hack. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Mon Jun 8 16:04:45 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jun 8 15:41:20 2009 +0200| [cf53af2109477352f76e141632f8eccf7be3143d] | committer: Jean-Baptiste Kempf
Qt: remove unneeded hack.
It seems to work correctly on Vista.
(cherry picked from commit ff35eda80621ce79ba7c11b3a8917988ba86ee6e)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cf53af2109477352f76e141632f8eccf7be3143d
---
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