mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: filename in Hint in FileView (eg. iCloud Drive)
This commit is contained in:
parent
fcf07a7ebb
commit
ddb9a6c2b0
1 changed files with 1 additions and 1 deletions
|
|
@ -1282,7 +1282,7 @@ begin
|
|||
AFile := FFiles[FHintFileIndex];
|
||||
if AFile.FSFile.Name = '..' then Exit;
|
||||
|
||||
HintInfo^.HintStr:= AFile.FSFile.Name;
|
||||
HintInfo^.HintStr:= FileSource.GetFileName( AFile.FSFile );
|
||||
sHint:= GetFileInfoToolTip(FileSource, AFile.FSFile);
|
||||
if (sHint <> EmptyStr) then
|
||||
HintInfo^.HintStr:= HintInfo^.HintStr + LineEnding + sHint;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue