Skip to content

Commit 760084b

Browse files
committed
remove extra shape append
1 parent 5256dcf commit 760084b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_button.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ def _create_body(self):
117117
)
118118
if self.shadow:
119119
self.append(self.shadow)
120-
self.append(self.body)
121120

122121
RECT = const(0)
123122
ROUNDRECT = const(1)

0 commit comments

Comments
 (0)