Commit cf53af21 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: remove unneeded hack.

It seems to work correctly on Vista.
(cherry picked from commit ff35eda80621ce79ba7c11b3a8917988ba86ee6e)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent e057449e
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment