mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-04 05:38:16 +02:00
fixed 1.0.10 compilation of propedits
git-svn-id: trunk@4966 -
This commit is contained in:
parent
d67d46eefe
commit
3dc4627fe6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user