mirror of
https://github.com/godotengine/godot.git
synced 2025-10-22 17:33:33 +00:00
Merge pull request #14613 from voithos/fold-jump-bugfix
Account for folded code blocks when navigating via members list
This commit is contained in:
commit
03fb1fd7fa
2 changed files with 4 additions and 8 deletions
|
@ -537,10 +537,6 @@ void ScriptTextEditor::set_edit_state(const Variant &p_state) {
|
|||
code_editor->get_text_edit()->cursor_set_line(state["row"]);
|
||||
code_editor->get_text_edit()->set_v_scroll(state["scroll_position"]);
|
||||
code_editor->get_text_edit()->grab_focus();
|
||||
|
||||
//int scroll_pos;
|
||||
//int cursor_column;
|
||||
//int cursor_row;
|
||||
}
|
||||
|
||||
String ScriptTextEditor::get_name() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue