We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4987a8 commit 9b81469Copy full SHA for 9b81469
src/widgets/capture/capturewidget.cpp
@@ -1370,8 +1370,6 @@ void CaptureWidget::initSelection()
1370
});
1371
if (!initialSelection.isNull()) {
1372
const qreal scale = m_context.screenshot.devicePixelRatio();
1373
- initialSelection.moveTopLeft(initialSelection.topLeft() -
1374
- mapToGlobal(QPoint(0, 0)));
1375
initialSelection.setTop(initialSelection.top() / scale);
1376
initialSelection.setBottom(initialSelection.bottom() / scale);
1377
initialSelection.setLeft(initialSelection.left() / scale);
0 commit comments