mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Cloning TFile properties.
This commit is contained in:
parent
cb0e55e9fe
commit
d130ccf387
2 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,6 @@ begin
|
|||
AFile.FPath := FPath;
|
||||
AFile.FExtension := FExtension;
|
||||
AFile.FNameNoExt := FNameNoExt;
|
||||
AFile.FProperties := FProperties;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
|
|
|||
|
|
@ -189,6 +189,7 @@ begin
|
|||
FSize := Self.FSize.Clone;
|
||||
FAttributes := Self.FAttributes.Clone;
|
||||
FModificationTime := Self.FModificationTime.Clone;
|
||||
AssignProperties;
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue