From 53ea24304a62b9c494a5b7776850362cee0229a6 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Sat, 8 May 2021 00:43:40 +0200 Subject: [PATCH] Changing Text object location to be in line with the rest of the generic objects. --- qml/js/objects.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qml/js/objects.js b/qml/js/objects.js index 72e3527..a4d4c76 100644 --- a/qml/js/objects.js +++ b/qml/js/objects.js @@ -1357,6 +1357,7 @@ class Text extends DrawableObject { const types = { 'Point': Point, + 'Text': Text, 'Function': Function, 'Gain Bode': GainBode, 'Somme gains Bode': SommeGainsBode, @@ -1364,8 +1365,7 @@ const types = { 'Somme phases Bode': SommePhasesBode, 'X Cursor': CursorX, 'Sequence': Sequence, - 'Repartition': RepartitionFunction, - 'Text': Text + 'Repartition': RepartitionFunction } var currentObjects = {}