We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef9e013 commit d36884fCopy full SHA for d36884f
src/app/layout/qgslayoutdesignerdialog.cpp
@@ -1132,7 +1132,7 @@ void QgsLayoutDesignerDialog::undoRedoOccurredForItems( const QSet<QString> item
1132
1133
void QgsLayoutDesignerDialog::paste()
1134
{
1135
- QPointF pt = mView->mapToScene( mView->mapFromGlobal( QCursor::pos() ) );
+ QPointF pt = mView->mapFromGlobal( QCursor::pos() );
1136
//TODO - use a better way of determining whether paste was triggered by keystroke
1137
//or menu item
1138
QList< QgsLayoutItem * > items;
0 commit comments