From cf3e775834fb364adeddae36ef57f4eb23217369 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Sat, 23 Apr 2022 01:40:47 +0200 Subject: [PATCH] Fixing LaTeX disabling for texts not being saved. --- LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/js/objs/text.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/js/objs/text.js b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/js/objs/text.js index a46e840..0224089 100644 --- a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/js/objs/text.js +++ b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/js/objs/text.js @@ -83,7 +83,7 @@ class Text extends Common.DrawableObject { } export() { - return [this.name, this.visible, this.color.toString(), this.labelContent, this.x.toEditableString(), this.y.toEditableString(), this.labelPosition, this.text] + return [this.name, this.visible, this.color.toString(), this.labelContent, this.x.toEditableString(), this.y.toEditableString(), this.labelPosition, this.text, this.disableLatex] } getLabel() {