From e0dfe211a9cced5e21d64a7fd7e6077a6026aba3 Mon Sep 17 00:00:00 2001 From: cpi Date: Tue, 3 Sep 2019 05:19:40 +0000 Subject: [PATCH] fix bug in title_bar auto redraw when in Low backlight --- sys.py/UI/title_bar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys.py/UI/title_bar.py b/sys.py/UI/title_bar.py index cfe3c96..f87e859 100644 --- a/sys.py/UI/title_bar.py +++ b/sys.py/UI/title_bar.py @@ -67,7 +67,7 @@ class TitleBar(Widget): self.SyncSoundVolume() self.CheckBluetooth() self.UpdateWifiStrength() - + SwapAndShow() self._InLowBackLight = 0 return True