Browse Source

* ValidateContainer should call ValidateInsert

git-svn-id: trunk@12935 -
michael 16 years ago
parent
commit
2abc422035
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rtl/objpas/classes/compon.inc

+ 1 - 0
rtl/objpas/classes/compon.inc

@@ -388,6 +388,7 @@ end;
 Procedure TComponent.ValidateContainer(AComponent: TComponent);
 
 begin
+  AComponent.ValidateInsert(Self);
 end;