|
@@ -39,6 +39,7 @@ export class SImageLegendItem extends SIconTextItem {
|
|
|
constructor(parent: SGraphItem | null, data: Legend) {
|
|
|
super(parent, data.AnchorList);
|
|
|
this.zOrder = ItemOrder.markOrder;
|
|
|
+ this.isTransform = false;
|
|
|
this.data = data;
|
|
|
this.id = data.ID;
|
|
|
this.name = data.Name;
|