AnidemDex / Godot-DialogPlugin

🗨️ A Dialog Node for Godot Engine
MIT License
213 stars 11 forks source link

Showname box in TextEvent requires enter press to save, Text box doesn't #30

Closed Crystalwarrior closed 2 years ago

Crystalwarrior commented 3 years ago

Showname box for TextEvent should update itself any time a character is input or deleted, rather than any time Enter is pressed, because the RichText ui element is the former. Important for consistency

AnidemDex commented 3 years ago

Looking at the code, it seems already fixed in the property node. It can not be updated every time you enter a charecter but it's updated every time it lost the focus.

Maybe was something related to #32 ?

Crystalwarrior commented 2 years ago

This still occurs

AnidemDex commented 2 years ago

Related to Nodes/misc/character_selector/character_selector.gd