IDE/Help: Fixed help call for docked windows. Issue #39890

This commit is contained in:
n7800 2024-12-25 11:46:20 +05:00 committed by Juha Manninen
parent a739040362
commit de2507fc36

View File

@ -477,7 +477,7 @@ var
begin
Result:=nil;
NextParent:=TheControl.Parent;
if NextParent=nil then begin
if (NextParent=nil) or (NextParent.ClassName='TAnchorDockHostSite') then begin
CurName:=TheControl.ClassName;
ParentHelpNode:=Root;
end else begin