浏览代码

Revert "Fixed EditorPropertyText change signal emission."

This reverts commit 9a3cd08122cbf8a2071812efa73981cdc720f825.

This caused a regression: #44854.
Rémi Verschelde 4 年之前
父节点
当前提交
58a1ed63bd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      editor/editor_properties.cpp

+ 1 - 1
editor/editor_properties.cpp

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