You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 19:41:11 +00:00
Revert "Fixed EditorPropertyText change signal emission."
This reverts commit 9a3cd08122.
This caused a regression: #44854.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user