Explorar el Código

replace: _refresh_fix with .refresh_fix (async)

micha hace 1 año
padre
commit
7f1690badd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      _LibreLightDesk.py

+ 1 - 1
_LibreLightDesk.py

@@ -1804,7 +1804,7 @@ class Xevent():
                 self.live(event)
             elif self.mode == "ENCODER":
                 self.encoder(event)
-                master._refresh_fix()
+                master.refresh_fix()
 
             elif self.mode == "ENCODER2":
                 self.encoder(event)