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