mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 20:39:09 +02:00
IDE: fixed crash on load lfm error
git-svn-id: trunk@64765 -
This commit is contained in:
parent
2c9ec4c1ed
commit
4fda9bfdb6
@ -6155,6 +6155,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
|
||||||
|
if NewComponent<>nil then
|
||||||
AnUnitInfo.ResourceBaseClass:=GetComponentBaseClass(NewComponent.ClassType);
|
AnUnitInfo.ResourceBaseClass:=GetComponentBaseClass(NewComponent.ClassType);
|
||||||
|
|
||||||
Project1.InvalidateUnitComponentDesignerDependencies;
|
Project1.InvalidateUnitComponentDesignerDependencies;
|
||||||
|
Loading…
Reference in New Issue
Block a user