FIX: Cancel Wipe operation

This commit is contained in:
Alexander Koblov 2009-08-02 13:48:52 +00:00
commit 85eaa453cc

View file

@ -264,6 +264,7 @@ begin
UpdateStatistics(FStatistics);
if TotalBytes <> 0 then
UpdateProgress((DoneBytes * 100) div TotalBytes);
CheckOperationState; // check pause and stop
end;
//-------------------------------------
end;