1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-24 04:25:56 +08:00

Fix: State not update when invisible

This commit is contained in:
18870
2022-01-11 13:40:56 +08:00
parent d4d9bc9c34
commit 3acdfc95f5

View File

@@ -100,8 +100,6 @@ class AlasGUI(Frame):
0 (hide) 0 (hide)
-1 (*state not changed) -1 (*state not changed)
""" """
if not self.visible:
return
if state == -1: if state == -1:
return return
clear() clear()