We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5256dcf commit 760084bCopy full SHA for 760084b
1 file changed
adafruit_button.py
@@ -117,7 +117,6 @@ def _create_body(self):
117
)
118
if self.shadow:
119
self.append(self.shadow)
120
- self.append(self.body)
121
122
RECT = const(0)
123
ROUNDRECT = const(1)
0 commit comments