odevices / er-301

Firmware and SDK for the ER-301
https://www.orthogonaldevices.com/er-301
MIT License
131 stars 26 forks source link

Fix description wrapping #25

Closed tmfset closed 3 years ago

tmfset commented 3 years ago

Fix description text wrapping in the OptionControl and FlagSelect menu controls.

The issue was that the calculated "right margin" was so large that the description text was never able to properly use the space given by the description width (see here).

Tested locally with some long descriptions and verified on the Pedal Looper and VariSpeed Player that the options still render correctly.