Commit 1de20d44 authored by Ludovic Fauvet's avatar Ludovic Fauvet Committed by Jean-Baptiste Kempf

Qt: undo the FSC/KDE workaround

This is a partial revert of the "fix" introduced in
ffe7367b.

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>
parent c7d3ef91
......@@ -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 );
......
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