1
0
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:
Paulb23
2017-07-22 10:08:56 +01:00
committed by Rémi Verschelde
parent 75b154f7e0
commit 4aca27e2fa

View File

@@ -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);