Selaa lähdekoodia

Merge pull request #293 from cuu/master

fix bug in title_bar auto redraw when in Low backlight
GNU 4 vuotta sitten
vanhempi
commit
972219570c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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