修复:Owner错误的问题

pull/2814/head
ChenX 4 months ago
parent 6a6ea33089
commit 373e6ba6a0

@ -102,7 +102,7 @@ export class SymbolTable extends CADObject
if (record) if (record)
{ {
this.Symbols.set(record.Name, record); this.Symbols.set(record.Name, record);
if (!record.Owner) // if (!record.Owner)
record.Owner = this.objectId; record.Owner = this.objectId;
} }
} }

Loading…
Cancel
Save