Explorar o código

Merge pull request #293 from cuu/master

fix bug in title_bar auto redraw when in Low backlight
GNU %!s(int64=4) %!d(string=hai) anos
pai
achega
972219570c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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