mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Merge pull request #47448 from madmiraal/rename-lineedit-cursor
Rename LineEdit getters and setters to match property names
This commit is contained in:
commit
8ba06e3161
15 changed files with 248 additions and 248 deletions
|
@ -3695,7 +3695,7 @@ VisualShaderEditor::VisualShaderEditor() {
|
|||
|
||||
comment_title_change_popup = memnew(PopupPanel);
|
||||
comment_title_change_edit = memnew(LineEdit);
|
||||
comment_title_change_edit->set_expand_to_text_length(true);
|
||||
comment_title_change_edit->set_expand_to_text_length_enabled(true);
|
||||
comment_title_change_edit->connect("text_changed", callable_mp(this, &VisualShaderEditor::_comment_title_text_changed));
|
||||
comment_title_change_edit->connect("text_entered", callable_mp(this, &VisualShaderEditor::_comment_title_text_entered));
|
||||
comment_title_change_popup->add_child(comment_title_change_edit);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue