Parcourir la source

Merge pull request #293 from cuu/master

fix bug in title_bar auto redraw when in Low backlight
GNU il y a 4 ans
Parent
commit
972219570c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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