Преглед изворни кода

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