Don't guess the label for a label.

This commit is contained in:
Nolan Darilek 2019-12-30 09:13:32 -06:00
parent 5b2c16f342
commit d5c79f7c56

View File

@ -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: