mirror of
https://github.com/rejetto/hfs2.git
synced 2025-12-19 18:13:46 +01:00
fix: error hovering VFS file. http://rejetto.com/forum/index.php?topic=13060.msg1065899#msg1065899
This commit is contained in:
parent
474e95315a
commit
23ea63a19e
2
main.pas
2
main.pas
@ -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.isRealFolder() or f.isFile(), #13+format(MSG_VFS_PATH,[f.resource]));
|
||||||
if f.isFile() then
|
if f.isFile() then
|
||||||
result:=result+format(#13+MSG_VFS_SIZE+#13+MSG_VFS_DLS,
|
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);
|
s:=flagR(MSG_VFS_INVISIBLE, FA_HIDDENTREE, TRUE);
|
||||||
if s = '' then s:=flag(MSG_VFS_INVISIBLE, FA_HIDDEN);
|
if s = '' then s:=flag(MSG_VFS_INVISIBLE, FA_HIDDEN);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user