Skip to content

Commit ecf7dd5

Browse files
committedSep 15, 2017
Update class name
1 parent b08119b commit ecf7dd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎python/plugins/processing/algs/qgis/CheckValidity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def initAlgorithm(self, config=None):
8282
self.tr('Method'), self.methods))
8383
self.parameterDefinition(self.METHOD).setMetadata({
8484
'widget_wrapper': {
85-
'class': 'processing.gui.wrappers.SelectionWidgetWrapper',
85+
'class': 'processing.gui.wrappers.EnumWidgetWrapper',
8686
'useCheckBoxes': True,
8787
'columns': 3}})
8888

‎python/plugins/processing/algs/qgis/SpatialJoin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def initAlgorithm(self, config=None):
103103
allowMultiple=True, defaultValue=[0])
104104
predicate.setMetadata({
105105
'widget_wrapper': {
106-
'class': 'processing.gui.wrappers.SelectionWidgetWrapper',
106+
'class': 'processing.gui.wrappers.EnumWidgetWrapper',
107107
'useCheckBoxes': True,
108108
'columns': 2}})
109109
self.addParameter(predicate)

0 commit comments

Comments
 (0)
Please sign in to comment.