From aac040534f61ebd12d4e7b89d699f10f5eb64dfc Mon Sep 17 00:00:00 2001 From: Fran Raga Date: Wed, 26 Jun 2019 08:59:53 +0200 Subject: [PATCH] issue #30406 --- python/plugins/processing/gui/wrappers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/plugins/processing/gui/wrappers.py b/python/plugins/processing/gui/wrappers.py index 6fcde701a50..062e5858bf8 100755 --- a/python/plugins/processing/gui/wrappers.py +++ b/python/plugins/processing/gui/wrappers.py @@ -1009,7 +1009,7 @@ class MapLayerWidgetWrapper(WidgetWrapper): if self.dialogType == DIALOG_STANDARD: return self.combo.value() elif self.dialogType == DIALOG_BATCH: - return self.widget.value() + return self.widget.getValue() else: def validator(v): if not bool(v):