mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Save history when goto script line in the text editor.
This commit is contained in:
parent
91fedb60de
commit
0dc1bcb0c9
1 changed files with 2 additions and 0 deletions
|
@ -439,6 +439,8 @@ void ScriptEditor::_goto_script_line(Ref<RefCounted> p_script, int p_line) {
|
|||
} else if (current) {
|
||||
current->goto_line(p_line, true);
|
||||
}
|
||||
|
||||
_save_history();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue