|
@@ -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
|