Delete the no more needed BypassWindowManagerHint
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user