Skip to content

Commit befe56f

Browse files
committed
[composer] Switch to select tool after pasting items (fix #8958)
1 parent 2e4fbc2 commit befe56f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/gui/qgscomposerview.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -973,6 +973,9 @@ void QgsComposerView::pasteItems( PasteMode mode )
973973
}
974974
}
975975
}
976+
977+
//switch back to select tool so that pasted items can be moved/resized (#8958)
978+
setCurrentTool( QgsComposerView::Select );
976979
}
977980

978981
void QgsComposerView::deleteSelectedItems()

0 commit comments

Comments
 (0)