[vlc-commits] Qt: undo the FSC/KDE workaround
Ludovic Fauvet
git at videolan.org
Wed Apr 27 17:13:40 CEST 2011
vlc | branch: master | Ludovic Fauvet <etix at l0cal.com> | Fri Apr 22 01:49:41 2011 +0200| [1de20d444feacdbda356ebc54d8492126444be06] | committer: Jean-Baptiste Kempf
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>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1de20d444feacdbda356ebc54d8492126444be06
---
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 aec58c7..3de111a 100644
--- a/modules/gui/qt4/components/controller.cpp
+++ b/modules/gui/qt4/components/controller.cpp
@@ -710,12 +710,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