Skip to content

Commit

Permalink
[processing] Add edit feature in-place menu shortcut
Browse files Browse the repository at this point in the history
(useful for people who rely on the locator)
  • Loading branch information
nirvn committed Nov 28, 2018
1 parent 846f79d commit 73d19e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/processing/ProcessingPlugin.py
Expand Up @@ -242,6 +242,7 @@ def initGui(self):
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()
Expand Down

0 comments on commit 73d19e3

Please sign in to comment.