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 dd13c49 commit bc70c46Copy full SHA for bc70c46
adafruit_display_text/label.py
@@ -292,7 +292,8 @@ def _update_text(
292
self._text = new_text
293
self._boundingbox = (left, top, left + right, bottom - top)
294
295
- self._update_background_color(self._background_color)
+ if self.background_color:
296
+ self._update_background_color(self._background_color)
297
298
@property
299
def bounding_box(self):
0 commit comments