Explorar o código

'添加锚点移动V1'

zhangyu %!s(int64=5) %!d(string=hai) anos
pai
achega
c4b58a6d83
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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