Fixed EditorPropertyText change signal emission.
This commit is contained in:
parent
3b4fad435c
commit
ed1f208ec4
@ -68,9 +68,9 @@ void EditorPropertyText::_text_changed(const String &p_string) {
|
||||
}
|
||||
|
||||
if (string_name) {
|
||||
emit_changed(get_edited_property(), StringName(p_string), "", true);
|
||||
emit_changed(get_edited_property(), StringName(p_string), "", false);
|
||||
} else {
|
||||
emit_changed(get_edited_property(), p_string, "", true);
|
||||
emit_changed(get_edited_property(), p_string, "", false);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user