소스 검색

* ValidateContainer should call ValidateInsert

git-svn-id: trunk@12935 -
michael 16 년 전
부모
커밋
2abc422035
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;