mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
[processing] fixed method name in gui wrapper after API renaming
This commit is contained in:
parent
c2e0c43188
commit
943b992ed3
@ -1341,7 +1341,7 @@ class FeatureSourceWidgetWrapper(WidgetWrapper):
|
||||
except:
|
||||
return QgsProcessingFeatureSourceDefinition(self.combo.currentText(), use_selected_features)
|
||||
elif self.dialogType == DIALOG_BATCH:
|
||||
return self.widget.value()
|
||||
return self.widget.getValue()
|
||||
else:
|
||||
def validator(v):
|
||||
if not bool(v):
|
||||
|
Loading…
x
Reference in New Issue
Block a user