瀏覽代碼

Merge pull request #293 from cuu/master

fix bug in title_bar auto redraw when in Low backlight
GNU 4 年之前
父節點
當前提交
972219570c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sys.py/UI/title_bar.py

+ 1 - 1
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