Skip to content

Commit

Permalink
fix: error hovering VFS file. http://rejetto.com/forum/index.php?topi…
Browse files Browse the repository at this point in the history
  • Loading branch information
rejetto committed Jun 3, 2020
1 parent 474e953 commit 23ea63a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified hfs.res
Binary file not shown.
2 changes: 1 addition & 1 deletion main.pas
Original file line number Diff line number Diff line change
Expand Up @@ -8703,7 +8703,7 @@ procedure TmainFrm.appEventsShowHint(var HintStr: String; var CanShow: Boolean;
+if_(f.isRealFolder() or f.isFile(), #13+format(MSG_VFS_PATH,[f.resource]));
if f.isFile() then
result:=result+format(#13+MSG_VFS_SIZE+#13+MSG_VFS_DLS,
[ smartsize(sizeofFile(f.resource)), f.DLcount ]);
[ smartsize(sizeofFile(f.resource)), dotted(f.DLcount) ]);

s:=flagR(MSG_VFS_INVISIBLE, FA_HIDDENTREE, TRUE);
if s = '' then s:=flag(MSG_VFS_INVISIBLE, FA_HIDDEN);
Expand Down

0 comments on commit 23ea63a

Please sign in to comment.