mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 10:45:08 +02:00
* Fixed inline components streaming
git-svn-id: trunk@10599 -
This commit is contained in:
parent
86cf39ac1b
commit
618c2ee4f9
@ -597,6 +597,8 @@ begin
|
||||
Flags := [];
|
||||
If Assigned(FAncestor) then
|
||||
Flags:=[ffInherited];
|
||||
if csInline in Instance.ComponentState then
|
||||
Flags:=Flags+[ffInline];
|
||||
FDriver.BeginComponent(Instance,Flags, Dummy);
|
||||
WriteProperties(Instance);
|
||||
WriteListEnd;
|
||||
|
Loading…
Reference in New Issue
Block a user