Fixed EditorPropertyText change signal emission.
(cherry picked from commit ed1f208ec4
)
This commit is contained in:
parent
d3d34dc73b
commit
9a3cd08122
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue