balandinodidonato / MyoMapper

Myo Mapper is an open-source application to map Myo armband data into OSC.
http://www.balandinodidonato.com/myomapper
47 stars 8 forks source link

Fixed ToggleButton GUI Bug By Adding Button Listener Function #31

Closed JeffersonBledsoe closed 7 years ago

JeffersonBledsoe commented 7 years ago

This commit resolves bug #30 by introducing a ButtonListener in the MainComponent class and making the toggle buttons in the Settings class public. Implementing this meant the resize code in the paint function could be removed.

balandinodidonato commented 7 years ago

to commit to the development branch