mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 04:07:57 +02:00
* IDE: designer: fixed jitform for fpc 3.1 (related to FPC r34087 #4b65d3903d). Resolves issue #30377
git-svn-id: trunk@52691 -
This commit is contained in:
parent
5a351b66a9
commit
2f01b9e55a
@ -1505,6 +1505,9 @@ begin
|
||||
System.Move(NewClassName[0],NewTypeInfo^.Name[0],length(NewClassName)+1);
|
||||
NewTypeData:=GetTypeData(NewTypeInfo);
|
||||
|
||||
// copy vmtIntfTable
|
||||
Pointer(Pointer(NewVMT+vmtIntfTable)^):=Pointer(Pointer(Pointer(AncestorClass)+vmtIntfTable)^);
|
||||
|
||||
// set TypeData (PropCount is the total number of properties, including ancestors)
|
||||
NewTypeData^.ClassType:=TClass(NewVMT);
|
||||
{$IF FPC_FULLVERSION>=30100}
|
||||
|
Loading…
Reference in New Issue
Block a user