mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: filename not refreshed in KeySwitch(VK_UP/VK_DOWN) in the Inplace Rename
This commit is contained in:
parent
e503d554c8
commit
c905f99f0f
1 changed files with 1 additions and 0 deletions
|
|
@ -439,6 +439,7 @@ begin
|
|||
begin
|
||||
OldIndex:= GetActiveFileIndex;
|
||||
FFiles[OldIndex].FSFile.Name:= NewFileName;
|
||||
FFiles[OldIndex].DisplayName:= FileSource.GetDisplayFileName(FFiles[OldIndex].FSFile);
|
||||
DoFileUpdated(FFiles[OldIndex], [fpName]);
|
||||
end;
|
||||
SetActiveFile(Index);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue