Skip to content

Commit e219a14

Browse files
committed
Merge pull request #1886 from radosuav/processing_fix
[Processing] Don't fill empty fields in batch mode with 0.
2 parents 6f338d7 + f6d533a commit e219a14

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/plugins/processing/gui/BatchPanel.py

-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ def getWidgetFromParameter(self, param, row, col):
141141
try:
142142
item.setText(str(param.default))
143143
except:
144-
item.setText("0")
145144
pass
146145

147146
return item

0 commit comments

Comments
 (0)