mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-17 00:25:44 +00:00
Merge pull request #44326 from AndreaCatania/AndreaCatania-patch-5
Fixed EditorPropertyText change signal emission.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user