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 11fb990 commit 80ceae7Copy full SHA for 80ceae7
python/plugins/processing/modeler/ModelerParametersDialog.py
@@ -151,9 +151,9 @@ def setupUi(self):
151
if self.algorithmItem:
152
self.algorithmItem.setWidgetContext(widget_context)
153
self.algorithmItem.registerProcessingContextGenerator(self.context_generator)
154
- if self.configuration:
155
- self.algorithmItem.setConfiguration(self.configuration)
156
- self.verticalLayout.addWidget(self.algorithmItem)
+ if self.configuration:
+ self.algorithmItem.setConfiguration(self.configuration)
+ self.verticalLayout.addWidget(self.algorithmItem)
157
158
for param in self._alg.parameterDefinitions():
159
if param.flags() & QgsProcessingParameterDefinition.FlagAdvanced:
0 commit comments