Text icon! special characters insert for text fields.

This commit is contained in:
Adsooi 2021-04-14 14:28:30 +02:00
parent abfc503bdc
commit c747edd002
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
4 changed files with 213 additions and 1 deletions

View file

@ -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) {