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