mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Fixed EditorPropertyText change signal emission.
(cherry picked from commit ed1f208ec4)
This commit is contained in:
committed by
Rémi Verschelde
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() {
|
||||
|
||||
Reference in New Issue
Block a user