We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 846f79d commit 73d19e3Copy full SHA for 73d19e3
python/plugins/processing/ProcessingPlugin.py
@@ -242,6 +242,7 @@ def initGui(self):
242
self.editInPlaceAction.setObjectName('editInPlaceFeatures')
243
self.editInPlaceAction.setCheckable(True)
244
self.editInPlaceAction.toggled.connect(self.editSelected)
245
+ self.menu.addAction(self.editInPlaceAction)
246
self.toolbox.processingToolbar.addAction(self.editInPlaceAction)
247
248
self.toolbox.processingToolbar.addSeparator()
0 commit comments