Commit d119e541 authored by Ludovic Fauvet's avatar Ludovic Fauvet Committed by 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=254473Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
(cherry picked from commit 1de20d444feacdbda356ebc54d8492126444be06)
Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent fe9029bc
......@@ -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 );
......
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