Commit 921fdef8 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Qt4: remove PaintOnScreen option - fixes #3702

parent 2dde53c5
......@@ -141,7 +141,11 @@ WId VideoWidget::request( int *pi_x, int *pi_y,
/* Indicates that the widget wants to draw directly onto the screen.
Widgets with this attribute set do not participate in composition
management */
/* This is currently disabled on X11 as it does not seem to improve
* performance, but causes the video widget to be transparent... */
#ifndef Q_WS_X11
stable->setAttribute( Qt::WA_PaintOnScreen, true );
#endif
innerLayout->addWidget( stable );
......
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