Browse Source

'添加锚点移动V1'

zhangyu 5 năm trước cách đây
mục cha
commit
c4b58a6d83
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      saga-web-big/src/items/topology/STextMarkerItem.ts

+ 1 - 1
saga-web-big/src/items/topology/STextMarkerItem.ts

@@ -119,6 +119,6 @@ export class STextMarkerItem extends STextItem {
         painter.font = this.font;
         painter.scale(this.scaleX, this.scaleY);
         painter.rotate(this.rolate);
-        this.drawFormatText(painter);
+        this.drawFormatText();
     } // Function onDraw()
 } // Class STextMarkerItem