mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
[processing] Fix preconfigured alg creation (fixes #15100)
This commit is contained in:
parent
e4a69234d4
commit
47eae5865a
@ -42,5 +42,6 @@ class NewPreconfiguredAlgorithmAction(ContextAction):
|
||||
not isinstance(self.itemData, PreconfiguredAlgorithm))
|
||||
|
||||
def execute(self):
|
||||
dlg = PreconfiguredAlgorithmDialog(self.itemData, self.toolbox)
|
||||
alg = self.itemData.getCopy() # make copy so we do not taint the original one in the dialog
|
||||
dlg = PreconfiguredAlgorithmDialog(alg, self.toolbox)
|
||||
dlg.exec_()
|
||||
|
Loading…
x
Reference in New Issue
Block a user