mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 09:09:32 +02:00
IDE: designer: writing nested inherited components
git-svn-id: trunk@15244 -
This commit is contained in:
parent
6a7677946e
commit
1352a93e6e
@ -1767,8 +1767,10 @@ begin
|
||||
// Component is a nested, inline component
|
||||
// the stream ancestor is the component of the class
|
||||
end;
|
||||
if (AnUnitInfo<>nil) and (AnUnitInfo.Component<>nil) then
|
||||
if (AnUnitInfo<>nil) and (AnUnitInfo.Component<>nil) then begin
|
||||
Ancestor:=AnUnitInfo.Component;
|
||||
RootAncestor:=AnUnitInfo.Component;
|
||||
end;
|
||||
DebugLn(['TCustomFormEditor.WriterFindAncestor Component=',DbgSName(Component),' Ancestor=',DbgSName(Ancestor)]);
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user