card picker now hides itself while not having focus
This commit is contained in:
parent
ccd1e1eeec
commit
12eec4c5ef
|
|
@ -19,6 +19,8 @@ var has_focus = false:
|
|||
selection_state = CARDS # fixme
|
||||
self.show()
|
||||
has_focus = focus
|
||||
|
||||
visible = has_focus
|
||||
|
||||
var selection_state = INI
|
||||
var input_locked = true
|
||||
|
|
|
|||
Loading…
Reference in New Issue