UPD: asterisk added to the hint to mark the Tab Locked

(cherry picked from commit bcef15a228)
This commit is contained in:
rich2014 2023-08-06 09:37:28 +08:00 committed by Alexander Koblov
commit fb2c5af2d1

View file

@ -601,7 +601,7 @@ begin
if ATabIndex >= 0 then begin
if (ATabIndex <> PageIndex) and (Length(Page[ATabIndex].LockPath) <> 0) then
HintInfo^.HintStr := Page[ATabIndex].LockPath
HintInfo^.HintStr := '* ' + Page[ATabIndex].LockPath
else
HintInfo^.HintStr := View[ATabIndex].CurrentPath;
end else begin