Skip to content

Commit

Permalink
[processing] fixed handling of file parameters in modeler
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Dec 22, 2014
1 parent b2db3fe commit 9e879ed
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -416,6 +416,7 @@ def setPreviousValues(self):
ParameterNumber,
ParameterBoolean,
ParameterExtent,
ParameterFile
)):
self.setComboBoxValue(widget, value, param)
elif isinstance(param, ParameterString):
Expand Down

0 comments on commit 9e879ed

Please sign in to comment.