[PATCH] Correct the display of some Qt dialog windows

Antoine Lejeune phytos at videolan.org
Mon May 26 23:38:18 CEST 2008


---
 modules/gui/qt4/dialogs/bookmarks.cpp |    1 -
 modules/gui/qt4/dialogs/gototime.cpp  |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/modules/gui/qt4/dialogs/bookmarks.cpp b/modules/gui/qt4/dialogs/bookmarks.cpp
index 343a1cd..73c719d 100644
--- a/modules/gui/qt4/dialogs/bookmarks.cpp
+++ b/modules/gui/qt4/dialogs/bookmarks.cpp
@@ -35,7 +35,6 @@ BookmarksDialog *BookmarksDialog::instance = NULL;
 
 BookmarksDialog::BookmarksDialog( intf_thread_t *_p_intf ):QVLCFrame( _p_intf )
 {
-    setWindowFlags( Qt::Tool );
     setWindowOpacity( config_GetFloat( p_intf, "qt-opacity" ) );
     setWindowTitle( qtr( "Edit bookmark" ) );
 
diff --git a/modules/gui/qt4/dialogs/gototime.cpp b/modules/gui/qt4/dialogs/gototime.cpp
index bf1bc1f..cc6a240 100644
--- a/modules/gui/qt4/dialogs/gototime.cpp
+++ b/modules/gui/qt4/dialogs/gototime.cpp
@@ -42,7 +42,6 @@ GotoTimeDialog *GotoTimeDialog::instance = NULL;
 GotoTimeDialog::GotoTimeDialog( QWidget *parent, intf_thread_t *_p_intf)
                : QVLCDialog( parent, _p_intf )
 {
-    setWindowFlags( Qt::Tool );
     setWindowTitle( qtr( "Go to time" ) );
 
     QGridLayout *mainLayout = new QGridLayout( this );
-- 
1.5.5.1


--Nq2Wo0NMKNjxTN9z--


More information about the vlc-devel mailing list