Skip to content

Commit

Permalink
[composer] Switch to select tool after pasting items (fix #8958)
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 22, 2014
1 parent 2e4fbc2 commit befe56f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gui/qgscomposerview.cpp
Expand Up @@ -973,6 +973,9 @@ void QgsComposerView::pasteItems( PasteMode mode )
}
}
}

//switch back to select tool so that pasted items can be moved/resized (#8958)
setCurrentTool( QgsComposerView::Select );
}

void QgsComposerView::deleteSelectedItems()
Expand Down

0 comments on commit befe56f

Please sign in to comment.