@@ -251,7 +251,7 @@ export class SBaseIconTextEdit extends SGraphEdit {
this._font = v;
this.textItemList.forEach((item: SBaseTextEdit, index: number) => {
item.font = v;
- item.moveTo(this.img.width * 0.5, v.size * (index - 0.125 - 0.5 * this.textItemList.length));
+ // item.moveTo(this.img.width * 0.5, v.size * (index - 0.125 - 0.5 * this.textItemList.length));
})
this.update();
} // Set font