mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 01:06:02 +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 := [];
|
Flags := [];
|
||||||
If Assigned(FAncestor) then
|
If Assigned(FAncestor) then
|
||||||
Flags:=[ffInherited];
|
Flags:=[ffInherited];
|
||||||
|
if csInline in Instance.ComponentState then
|
||||||
|
Flags:=Flags+[ffInline];
|
||||||
FDriver.BeginComponent(Instance,Flags, Dummy);
|
FDriver.BeginComponent(Instance,Flags, Dummy);
|
||||||
WriteProperties(Instance);
|
WriteProperties(Instance);
|
||||||
WriteListEnd;
|
WriteListEnd;
|
||||||
|
Loading…
Reference in New Issue
Block a user