3dPrinting :

- corretto errore progress bar.
This commit is contained in:
SaraP
2022-09-27 15:33:16 +02:00
parent 0d356741ae
commit b285e3c8aa
+2 -2
View File
@@ -270,8 +270,8 @@ function RunCalcSolids.Exec()
--passo al gruppo di contorni successivo
nCrvGrpId = EgtGetNextName( nCrvGrpId, CONTOUR_GRP.."*") or GDB_ID.NULL
end
EgtDraw()
if EgtProcessEvents( nIdx / #vLayIds * 100, 0) == 1 then
EgtDraw()
if EgtProcessEvents( EgtIf( PRINT, 300, 0) + nIdx / #vLayIds * 100, 0) == 1 then
return
end
end