lcl: set csSubComponent flag for internally created dialogs so they will be handled by writer and reader (fixes issue )

git-svn-id: trunk@21447 -
This commit is contained in:
paul 2009-08-25 17:01:50 +00:00
parent ba57bf9dfd
commit dcc5a7a431

View File

@ -680,6 +680,7 @@ begin
begin
FDialog := DlgClass.Create(Self);
FDialog.Name := DlgClass.ClassName;
FDialog.SetSubComponent(True);
end;
end;