mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: the issue when Copying / Moving files without confirm dialog #2035
This commit is contained in:
parent
c7cf06829c
commit
30d8b77eda
1 changed files with 4 additions and 2 deletions
|
|
@ -3739,7 +3739,8 @@ begin
|
|||
else begin
|
||||
FileSourceManager.confirmOperation( params );
|
||||
GetDestinationPathAndMask(SourceFiles, TargetFileSource, params.resultTargetPath,
|
||||
SourceFiles.Path, params.resultTargetPath, sDstMaskTemp);
|
||||
SourceFiles.Path, TargetPath, sDstMaskTemp);
|
||||
params.resultTargetPath:= TargetPath;
|
||||
end;
|
||||
|
||||
// Copy via temp directory
|
||||
|
|
@ -3912,7 +3913,8 @@ begin
|
|||
else begin
|
||||
FileSourceManager.confirmOperation( params );
|
||||
GetDestinationPathAndMask(SourceFiles, TargetFileSource, params.resultTargetPath,
|
||||
SourceFiles.Path, params.resultTargetPath, sDstMaskTemp);
|
||||
SourceFiles.Path, TargetPath, sDstMaskTemp);
|
||||
params.resultTargetPath:= TargetPath;
|
||||
end;
|
||||
|
||||
if bMove then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue