fixed 1.0.10 compilation of propedits

git-svn-id: trunk@4966 -
This commit is contained in:
mattias 2003-12-26 17:25:22 +00:00
parent d67d46eefe
commit 3dc4627fe6

View File

@ -4586,7 +4586,7 @@ begin
while GetNextHandlerIndex(htModified,i) do
TPropHookModified(FHandlers[htModified][i])(Sender);
if (FLookupRoot<>nil) and (FLookupRoot is TComponent) then begin
AForm:=GetDesignerForm(FLookupRoot);
AForm:=GetDesignerForm(TComponent(FLookupRoot));
if (AForm<>nil) and (AForm.Designer<>nil) then
AForm.Designer.Modified;
end;