Delete the no more needed BypassWindowManagerHint

This commit is contained in:
lupoDharkael
2017-05-28 02:24:13 +02:00
parent 8cbe8e0c88
commit 0f30529c77

View File

@@ -67,7 +67,6 @@ CaptureWidget::CaptureWidget(QWidget *parent) :
// set base config of the widget
move(0,0);
setWindowFlags( Qt::WindowStaysOnTopHint
| Qt::X11BypassWindowManagerHint
| Qt::FramelessWindowHint
| Qt::Popup);
setMouseTracking(true);