PostRender form added
This commit is contained in:
@ -393,7 +393,10 @@ begin
|
||||
Exit;
|
||||
|
||||
if (i and $F = 0) then
|
||||
Progress(i / nrbatches);
|
||||
if nrbatches > 0 then
|
||||
Progress(i / nrbatches)
|
||||
else
|
||||
Progress(0);
|
||||
|
||||
// generate points
|
||||
case Compatibility of
|
||||
|
Reference in New Issue
Block a user