From 975ce6a4a4097ab8ef7bec1a4fda02cefd63ba3d Mon Sep 17 00:00:00 2001 From: cpi Date: Tue, 3 Sep 2019 13:20:50 +0800 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 2f27b89..a08c424 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