You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the constructor is the only way to change fill_color and outline_color of a Button.
The underlying display_shapes objects do have fill and outline properties that allow them to be be changed any time after initialization.
It would be great to have properties and setters to the Button that allow user code to set those without having know about or mess with the underlying shapes objects.
Currently the constructor is the only way to change fill_color and outline_color of a Button.
The underlying display_shapes objects do have
fill
andoutline
properties that allow them to be be changed any time after initialization.It would be great to have properties and setters to the Button that allow user code to set those without having know about or mess with the underlying shapes objects.
I think it's a pretty natural assumption for users make to think the button would allow this, the issue was first noted on a forum post here: https://forums.adafruit.com/viewtopic.php?f=60&t=174113
The text was updated successfully, but these errors were encountered: