pastojs: fixed creating enum shortrefs for precompiled code

This commit is contained in:
mattias 2021-03-08 20:34:43 +00:00
parent 6ff084bbea
commit 241cea1865

View File

@ -27013,8 +27013,8 @@ begin
for i:=0 to ElRefList.Count-1 do
begin
El:=TPasElement(ElRefList[i]);
if ElNeedsGlobalAlias(El) then
CreateGlobalElPath(El,SectionContext);
// Note: they are all needed by precompiled code, do not check ElNeedsGlobalAlias
CreateGlobalElPath(El,SectionContext);
end;
end;