Skip to content

Commit

Permalink
Immediately apply configuration after change
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Apr 9, 2018
1 parent 8d9a978 commit d7b75d1
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -296,6 +296,7 @@ def createAlgorithm(self):
alg.setDescription(self.descriptionBox.text())
if self.algorithmItem:
alg.setConfiguration(self.algorithmItem.configuration())
self._alg = alg.algorithm().create(self.algorithmItem.configuration())
for param in self._alg.parameterDefinitions():
if param.isDestination() or param.flags() & QgsProcessingParameterDefinition.FlagHidden:
continue
Expand Down

0 comments on commit d7b75d1

Please sign in to comment.