[vlc-commits] Qt: undo the FSC/KDE workaround
Ludovic Fauvet
git at videolan.org
Wed May 25 17:27:37 CEST 2011
vlc/vlc-1.1 | branch: master | Ludovic Fauvet <etix at l0cal.com> | Fri Apr 22 01:49:41 2011 +0200| [d119e5414b7519894f336180bebfd1f160a9c378] | committer: Rémi Denis-Courmont
Qt: undo the FSC/KDE workaround
This is a partial revert of the "fix" introduced in
ffe7367b1672ec72705ec4cb440758ec0c869230.
If you encounter a visual bug in the fullscreen controller and you are
using KDE, please upgrade to version 4.6.2 or don't use the Oxygen
theme.
Ref: https://bugs.kde.org/show_bug.cgi?id=254473
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
(cherry picked from commit 1de20d444feacdbda356ebc54d8492126444be06)
Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=d119e5414b7519894f336180bebfd1f160a9c378
---
modules/gui/qt4/components/controller.cpp | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/modules/gui/qt4/components/controller.cpp b/modules/gui/qt4/components/controller.cpp
index 28ba75d..0f887ef 100644
--- a/modules/gui/qt4/components/controller.cpp
+++ b/modules/gui/qt4/components/controller.cpp
@@ -649,12 +649,7 @@ FullscreenControllerWidget::FullscreenControllerWidget( intf_thread_t *_p_i, QWi
vout.clear();
-#ifdef Q_WS_X11
- setWindowFlags( Qt::Window | Qt::FramelessWindowHint | Qt::WindowStaysOnTopHint );
- setWindowModality( Qt::ApplicationModal );
-#else
setWindowFlags( Qt::ToolTip );
-#endif
setMinimumWidth( 600 );
setFrameShape( QFrame::StyledPanel );
More information about the vlc-commits
mailing list