Merge pull request #16455 from volzhs/close-docs

Keep to show current script when closing all docs
This commit is contained in:
Rémi Verschelde 2018-02-20 09:40:29 +01:00 committed by GitHub
commit 55f00d9655
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 13 deletions

View file

@ -252,7 +252,7 @@ class ScriptEditor : public PanelContainer {
void _show_error_dialog(String p_path);
void _close_tab(int p_idx, bool p_save = true);
void _close_tab(int p_idx, bool p_save = true, bool p_history_back = true);
void _close_current_tab();
void _close_discard_current_tab(const String &p_str);