Changing Text object location to be in line with the rest of the generic objects.
This commit is contained in:
parent
00ff4599d1
commit
53ea24304a
1 changed files with 2 additions and 2 deletions
|
@ -1357,6 +1357,7 @@ class Text extends DrawableObject {
|
||||||
|
|
||||||
const types = {
|
const types = {
|
||||||
'Point': Point,
|
'Point': Point,
|
||||||
|
'Text': Text,
|
||||||
'Function': Function,
|
'Function': Function,
|
||||||
'Gain Bode': GainBode,
|
'Gain Bode': GainBode,
|
||||||
'Somme gains Bode': SommeGainsBode,
|
'Somme gains Bode': SommeGainsBode,
|
||||||
|
@ -1364,8 +1365,7 @@ const types = {
|
||||||
'Somme phases Bode': SommePhasesBode,
|
'Somme phases Bode': SommePhasesBode,
|
||||||
'X Cursor': CursorX,
|
'X Cursor': CursorX,
|
||||||
'Sequence': Sequence,
|
'Sequence': Sequence,
|
||||||
'Repartition': RepartitionFunction,
|
'Repartition': RepartitionFunction
|
||||||
'Text': Text
|
|
||||||
}
|
}
|
||||||
|
|
||||||
var currentObjects = {}
|
var currentObjects = {}
|
||||||
|
|
Loading…
Reference in a new issue