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 = {
|
||||
'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 = {}
|
||||
|
|
Loading…
Reference in a new issue