Revert "Fixed EditorPropertyText change signal emission."

This reverts commit 9a3cd08122.

This caused a regression: #44854.
This commit is contained in:
Rémi Verschelde 2021-01-05 13:05:17 +01:00
parent d2241a2b5f
commit 58a1ed63bd
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, "", false);
emit_changed(get_edited_property(), p_string, "", true);
}
void EditorPropertyText::update_property() {