diff --git a/src/core/controller.cpp b/src/core/controller.cpp index e5a07199..9324d2ae 100644 --- a/src/core/controller.cpp +++ b/src/core/controller.cpp @@ -75,7 +75,7 @@ void Controller::createVisualCapture(const uint id, const QString &forcedSavePat m_captureWindow = new CaptureWidget(id, forcedSavePath); #ifdef Q_OS_WIN - setWindowFlags(Qt::WindowStaysOnTopHint + m_captureWindow->setWindowFlags(Qt::WindowStaysOnTopHint | Qt::FramelessWindowHint | Qt::Popup); #else