mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-21 07:18:18 +02:00
* ValidateContainer should call ValidateInsert
git-svn-id: trunk@12935 -
This commit is contained in:
parent
8cf5d9abf2
commit
2abc422035
@ -388,6 +388,7 @@ end;
|
||||
Procedure TComponent.ValidateContainer(AComponent: TComponent);
|
||||
|
||||
begin
|
||||
AComponent.ValidateInsert(Self);
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user