Fixed EditorPropertyText change signal emission.

(cherry picked from commit ed1f208ec4)
This commit is contained in:
Andrea Catania 2020-12-12 19:22:47 +01:00 committed by Rémi Verschelde
parent d3d34dc73b
commit 9a3cd08122
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ void EditorPropertyText::_text_changed(const String &p_string) {
if (updating)
return;
emit_changed(get_edited_property(), p_string, "", true);
emit_changed(get_edited_property(), p_string, "", false);
}
void EditorPropertyText::update_property() {