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 307fbea commit c985092Copy full SHA for c985092
python/plugins/processing/gui/wrappers.py
@@ -1013,7 +1013,7 @@ def value(self):
1013
else:
1014
return self.widget.currentData()
1015
1016
- return self.comboValue(combobox=self.combo)
+ return self.comboValue(combobox=self.combobox)
1017
1018
1019
class FeatureSourceWidgetWrapper(WidgetWrapper):
0 commit comments