summaryrefslogtreecommitdiffstats
path: root/editor/animation_track_editor.cpp
diff options
context:
space:
mode:
authorMarcel Admiraal <madmiraal@users.noreply.github.com>2021-03-28 19:31:25 +0100
committerMarcel Admiraal <madmiraal@users.noreply.github.com>2021-04-17 12:41:23 +0100
commit86822b187eaa0f3cfbefcb00f664d189c977658f (patch)
tree864e9743d1f2d77729463c0d16034092bcdf57a3 /editor/animation_track_editor.cpp
parent837b5da6a4ddad968670636de18d2140fe2f7967 (diff)
downloadredot-engine-86822b187eaa0f3cfbefcb00f664d189c977658f.tar.gz
Rename LineEdit caret_* properties getters and setters to match property
Diffstat (limited to 'editor/animation_track_editor.cpp')
-rw-r--r--editor/animation_track_editor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/animation_track_editor.cpp b/editor/animation_track_editor.cpp
index 4fe2d2bb2a..9db2f0a287 100644
--- a/editor/animation_track_editor.cpp
+++ b/editor/animation_track_editor.cpp
@@ -2734,7 +2734,7 @@ void AnimationTrackEdit::_gui_input(const Ref<InputEvent> &p_event) {
path_popup->set_size(path_rect.size);
path_popup->popup();
path->grab_focus();
- path->set_cursor_position(path->get_text().length());
+ path->set_caret_column(path->get_text().length());
clicking_on_name = false;
}