[processing] Add edit feature in-place menu shortcut

(useful for people who rely on the locator)
This commit is contained in:
nirvn 2018-11-28 09:31:29 +07:00 committed by Mathieu Pellerin
parent 846f79d8d5
commit 73d19e3c19

View File

@ -242,6 +242,7 @@ class ProcessingPlugin:
self.editInPlaceAction.setObjectName('editInPlaceFeatures')
self.editInPlaceAction.setCheckable(True)
self.editInPlaceAction.toggled.connect(self.editSelected)
self.menu.addAction(self.editInPlaceAction)
self.toolbox.processingToolbar.addAction(self.editInPlaceAction)
self.toolbox.processingToolbar.addSeparator()