Text icon! special characters insert for text fields.
This commit is contained in:
parent
abfc503bdc
commit
c747edd002
4 changed files with 213 additions and 1 deletions
|
@ -398,7 +398,7 @@ class GainBode extends ExecutableObject {
|
|||
|
||||
export() {
|
||||
return [this.name, this.visible, this.color.toString(), this.labelContent,
|
||||
this.om_0.name, this.pass.toString(), this.gain.toEditableString(), this.labelPosition, this.labelX]
|
||||
this.om_0.name, this.pass.toString(), this.gain.toEditableString(), this.labelPosition, this.labelX, this.omGraduation]
|
||||
}
|
||||
|
||||
execute(x=1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue