PostRender form added

This commit is contained in:
ronaldhordijk
2005-06-04 14:14:45 +00:00
parent 0c003c61b0
commit ef1ff8e948
6 changed files with 470 additions and 21 deletions

View File

@ -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