mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 15:41:45 +02:00
* lhelp - additional fix for url's loading twice
git-svn-id: trunk@26982 -
This commit is contained in:
parent
a3ba202973
commit
147aafd3c7
@ -577,7 +577,9 @@ begin
|
||||
try
|
||||
fContentsTree.OnSelectionChanged := nil;
|
||||
if ATreeNode.Url <> '' then begin
|
||||
DoLoadUri(MakeURI(ATreeNode.Url, fChm));
|
||||
Uri := MakeURI(ATreeNode.Url, fChm);
|
||||
if ((fHtml.MasterFrame <> nil) and (MakeURI(fHtml.CurURL, fChm) = Uri)) = False then
|
||||
DoLoadUri(MakeURI(ATreeNode.Url, fChm));
|
||||
end;
|
||||
finally
|
||||
fContentsTree.OnSelectionChanged := @ContentsTreeSelectionChanged;
|
||||
|
Loading…
Reference in New Issue
Block a user