mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Bug [0000696]
This commit is contained in:
parent
1d070501fd
commit
7557721ff2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue