bugfix: issues #1434

This commit is contained in:
hl10105210
2021-03-13 13:59:45 +08:00
committed by borgmanJeremy
parent 4e18bc732f
commit c3e86e7d13

View File

@@ -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)