You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Rename LineEdit caret_* properties getters and setters to match property
This commit is contained in:
@@ -136,7 +136,7 @@ void AnimationNodeBlendTreeEditor::_update_graph() {
|
||||
if (String(E->get()) != "output") {
|
||||
LineEdit *name = memnew(LineEdit);
|
||||
name->set_text(E->get());
|
||||
name->set_expand_to_text_length(true);
|
||||
name->set_expand_to_text_length_enabled(true);
|
||||
node->add_child(name);
|
||||
node->set_slot(0, false, 0, Color(), true, 0, get_theme_color("font_color", "Label"));
|
||||
name->connect("text_entered", callable_mp(this, &AnimationNodeBlendTreeEditor::_node_renamed), varray(agnode), CONNECT_DEFERRED);
|
||||
|
||||
Reference in New Issue
Block a user