We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93130c4 commit 05bd0adCopy full SHA for 05bd0ad
adafruit_display_text/label.py
@@ -319,7 +319,6 @@ def font(self, new_font):
319
current_anchored_position = self.anchored_position
320
self._text = ""
321
self._font = new_font
322
- # bounds = self._font.get_bounding_box()
323
self.height = self._font.get_bounding_box()[1]
324
self._update_text(str(old_text))
325
self.anchored_position = current_anchored_position
0 commit comments