Skip to content

Commit

Permalink
[Processing] Don't fill empty fields in batch mode with 0.
Browse files Browse the repository at this point in the history
Should fix #12119
  • Loading branch information
radosuav committed Feb 5, 2015
1 parent 16f309b commit f6d533a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/plugins/processing/gui/BatchPanel.py
Expand Up @@ -144,7 +144,6 @@ def getWidgetFromParameter(self, param, row, col):
try:
item.setText(str(param.default))
except:
item.setText("0")
pass

return item
Expand Down

0 comments on commit f6d533a

Please sign in to comment.