Merge pull request #44326 from AndreaCatania/AndreaCatania-patch-5
Fixed EditorPropertyText change signal emission.
This commit is contained in:
commit
bb53e35ab8
@ -68,9 +68,9 @@ void EditorPropertyText::_text_changed(const String &p_string) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (string_name) {
|
if (string_name) {
|
||||||
emit_changed(get_edited_property(), StringName(p_string), "", true);
|
emit_changed(get_edited_property(), StringName(p_string), "", false);
|
||||||
} else {
|
} 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