Changing Text object location to be in line with the rest of the generic objects.

This commit is contained in:
Ad5001 2021-05-08 00:43:40 +02:00
parent 00ff4599d1
commit 53ea24304a
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160

View file

@ -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 = {}