mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Merge pull request #52245 from AndreaCatania/AndreaCatania-patch-4
EditorPropertyText, pass changing variable false.
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));
|
||||
} else {
|
||||
emit_changed(get_edited_property(), p_string, "", true);
|
||||
emit_changed(get_edited_property(), p_string);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user