FIX: Bug [0000696]

This commit is contained in:
Alexander Koblov 2013-07-17 17:50:31 +00:00
commit 7557721ff2

View file

@ -3169,7 +3169,7 @@ begin
SetLoadingFileListLongTime(False);
end;
if Worker is TCalculateSpaceWorker then
if (Worker is TCalculateSpaceWorker) and (Worker.Aborted = False) then
begin
if TCalculateSpaceWorker(Worker).CompletedCalculations > 1 then
begin