mirror of
https://github.com/lightsoutgames/godot-accessibility.git
synced 2024-11-24 12:55:56 +00:00
Don't guess the label for a label.
This commit is contained in:
parent
5b2c16f342
commit
d5c79f7c56
|
@ -450,6 +450,7 @@ func tab_container_input(event):
|
||||||
func focused():
|
func focused():
|
||||||
print_debug("Focus: %s" % node)
|
print_debug("Focus: %s" % node)
|
||||||
TTS.stop()
|
TTS.stop()
|
||||||
|
if not node is Label:
|
||||||
var label = guess_label()
|
var label = guess_label()
|
||||||
if label:
|
if label:
|
||||||
if label is Label:
|
if label is Label:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user