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

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() {