Fixed formatting from PR
This commit is contained in:
committed by
borgmanJeremy
parent
77c509e798
commit
f2f7d8739e
@@ -138,9 +138,8 @@ CaptureWidget::CaptureWidget(const uint id,
|
||||
#else
|
||||
// Disable Qt::BypassWindowManagerHint. Workaround for #583 #517
|
||||
setWindowFlags(/* Qt::BypassWindowManagerHint */
|
||||
Qt::WindowStaysOnTopHint
|
||||
| Qt::FramelessWindowHint
|
||||
| Qt::Tool);
|
||||
Qt::WindowStaysOnTopHint | Qt::FramelessWindowHint |
|
||||
Qt::Tool);
|
||||
#endif
|
||||
}
|
||||
// Create buttons
|
||||
|
||||
Reference in New Issue
Block a user