- in BatchProcess e BatchProcessNew aggiunto DEFAULT_RAW_NO_EXTRA_WIDTH per eliminare il sovramateriale grezzo in vista

This commit is contained in:
luca.mazzoleni
2024-06-18 15:17:15 +02:00
parent b3289195f4
commit f402590534
2 changed files with 11 additions and 4 deletions
+3
View File
@@ -233,6 +233,9 @@ if bToProcess then
end
else
dExtraW = 10
if WD.DEFAULT_RAW_NO_EXTRA_WIDTH then
dExtraW = 0
end
dRawW = dRawW + dExtraW
end
end