Added BypassWindowManagerHint back since it broke multimonitor support

This commit is contained in:
Jeremy Borgman
2021-02-15 12:40:41 -06:00
committed by borgmanJeremy
parent b5ca48dde0
commit 40bad756ad

View File

@@ -136,8 +136,8 @@ CaptureWidget::CaptureWidget(const uint id,
move(currentScreen->geometry().x(), currentScreen->geometry().y());
resize(currentScreen->size());
#else
setWindowFlags(Qt::WindowStaysOnTopHint | Qt::FramelessWindowHint |
Qt::Tool);
setWindowFlags(Qt::BypassWindowManagerHint | Qt::WindowStaysOnTopHint |
Qt::FramelessWindowHint | Qt::Tool);
resize(pixmap().size());
#endif
}