mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
[processing] Add edit feature in-place menu shortcut
(useful for people who rely on the locator)
This commit is contained in:
parent
846f79d8d5
commit
73d19e3c19
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user