From f2f7d8739ebecb5cb220e9f6aed3055687e38297 Mon Sep 17 00:00:00 2001 From: Jeremy Borgman Date: Thu, 11 Feb 2021 09:13:11 -0600 Subject: [PATCH] Fixed formatting from PR --- src/widgets/capture/capturewidget.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/widgets/capture/capturewidget.cpp b/src/widgets/capture/capturewidget.cpp index 626ec48c..a43aedaf 100644 --- a/src/widgets/capture/capturewidget.cpp +++ b/src/widgets/capture/capturewidget.cpp @@ -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