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:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user