소스 검색

'添加锚点移动V1'

zhangyu 5 년 전
부모
커밋
c4b58a6d83
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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