Skip to content

Commit c73cab2

Browse files
committed
a note
1 parent 6ff2955 commit c73cab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_button.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def selected(self, value):
169169
new_fill = self.fill_color
170170
new_out = self.outline_color
171171
new_label = self.label_color
172-
172+
# update all relevant colros!
173173
if self.body is not None:
174174
self.body.fill = new_fill
175175
self.body.outline = new_out

0 commit comments

Comments
 (0)