You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-01 18:51:18 +00:00
Fixed script tab selection on file close, issue 8400
(cherry picked from commit 3906134003)
This commit is contained in:
@@ -731,6 +731,9 @@ void ScriptEditor::_close_tab(int p_idx) {
|
||||
apply_scripts();
|
||||
}
|
||||
|
||||
// roll back to previous tab
|
||||
_history_back();
|
||||
|
||||
//remove from history
|
||||
history.resize(history_pos + 1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user