mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Cancel Wipe operation
This commit is contained in:
parent
235e33b39a
commit
85eaa453cc
1 changed files with 1 additions and 0 deletions
|
|
@ -264,6 +264,7 @@ begin
|
|||
UpdateStatistics(FStatistics);
|
||||
if TotalBytes <> 0 then
|
||||
UpdateProgress((DoneBytes * 100) div TotalBytes);
|
||||
CheckOperationState; // check pause and stop
|
||||
end;
|
||||
//-------------------------------------
|
||||
end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue