From c3e86e7d1327a45123ec197c37f083835cf755c3 Mon Sep 17 00:00:00 2001 From: hl10105210 Date: Sat, 13 Mar 2021 13:59:45 +0800 Subject: [PATCH] bugfix: issues #1434 --- src/widgets/capture/capturewidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/capture/capturewidget.cpp b/src/widgets/capture/capturewidget.cpp index ae91d27e..36f25afc 100644 --- a/src/widgets/capture/capturewidget.cpp +++ b/src/widgets/capture/capturewidget.cpp @@ -132,7 +132,7 @@ CaptureWidget::CaptureWidget(const uint id, if (m_context.fullscreen) { QPoint topLeftOffset = QPoint(0, 0); #if defined(Q_OS_WIN) - topLeftOffset - topLeft; + topLeftOffset = topLeft; #endif #if defined(Q_OS_MACOS)