From b07dfd75eaa3a89aefda9c26e33f91d8eaa80fc8 Mon Sep 17 00:00:00 2001 From: Paulb23 Date: Sun, 8 Oct 2017 14:29:27 +0100 Subject: Consistant scroll when using members overview, issue 11648 --- editor/plugins/script_editor_plugin.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'editor/plugins/script_editor_plugin.cpp') diff --git a/editor/plugins/script_editor_plugin.cpp b/editor/plugins/script_editor_plugin.cpp index 5e66488af..477d440f2 100644 --- a/editor/plugins/script_editor_plugin.cpp +++ b/editor/plugins/script_editor_plugin.cpp @@ -1278,7 +1278,11 @@ void ScriptEditor::_members_overview_selected(int p_idx) { if (!se) { return; } - se->goto_line(members_overview->get_item_metadata(p_idx)); + Dictionary state; + state["scroll_position"] = members_overview->get_item_metadata(p_idx); + state["column"] = 0; + state["row"] = members_overview->get_item_metadata(p_idx); + se->set_edit_state(state); se->ensure_focus(); } -- cgit v1.2.3-70-g09d2