Skip to content

Commit

Permalink
[processing] fixed #11327
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Oct 6, 2014
1 parent c5c4d41 commit 11e3044
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -492,7 +492,7 @@ def setParamTableFieldValue(self, alg, param, widget):
else:
return False
else:
alg.values[param.name] = s
alg.params[param.name] = s
return True
else:
alg.params[param.name] = widget.itemData(widget.currentIndex())
Expand Down

0 comments on commit 11e3044

Please sign in to comment.