NSoiffer / MathCATForPython

A Python Interface and NVDA plugin to MathCAT
MIT License
6 stars 6 forks source link

Speech MathRate is not saved to the preferences file #25

Closed ways2read closed 2 years ago

ways2read commented 2 years ago

Oops, the MathRate value is not wired up to the reading and saving of this setting to the user preferences file.

ways2read commented 2 years ago

On further investigation, the new setting is written to the file, but the validation fails when the GUI is next loaded, so the default value is used.

ways2read commented 2 years ago

When referencing upper and lower bounds in the list passed to the function the wrong shaped brackets were used - () instead of []