Skip to content

Commit 73d19e3

Browse files
committedNov 28, 2018
[processing] Add edit feature in-place menu shortcut
(useful for people who rely on the locator)
1 parent 846f79d commit 73d19e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎python/plugins/processing/ProcessingPlugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ def initGui(self):
242242
self.editInPlaceAction.setObjectName('editInPlaceFeatures')
243243
self.editInPlaceAction.setCheckable(True)
244244
self.editInPlaceAction.toggled.connect(self.editSelected)
245+
self.menu.addAction(self.editInPlaceAction)
245246
self.toolbox.processingToolbar.addAction(self.editInPlaceAction)
246247

247248
self.toolbox.processingToolbar.addSeparator()

0 commit comments

Comments
 (0)
Please sign in to comment.