Added BypassWindowManagerHint back since it broke multimonitor support
This commit is contained in:
committed by
borgmanJeremy
parent
b5ca48dde0
commit
40bad756ad
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user