Skip to content

Commit f6d533a

Browse files
author
radosuav
committedFeb 5, 2015
[Processing] Don't fill empty fields in batch mode with 0.
Should fix #12119
1 parent 16f309b commit f6d533a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎python/plugins/processing/gui/BatchPanel.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ def getWidgetFromParameter(self, param, row, col):
144144
try:
145145
item.setText(str(param.default))
146146
except:
147-
item.setText("0")
148147
pass
149148

150149
return item

0 commit comments

Comments
 (0)
Please sign in to comment.