Merge pull request #52479 from KoBeWi/the_close_of_all_tabs
Don't stop closing on unsaved script
This commit is contained in:
commit
80e2c084cd
2 changed files with 21 additions and 23 deletions
|
|
@ -309,6 +309,7 @@ class ScriptEditor : public PanelContainer {
|
|||
int history_pos;
|
||||
|
||||
List<String> previous_scripts;
|
||||
List<int> script_close_queue;
|
||||
|
||||
void _tab_changed(int p_which);
|
||||
void _menu_option(int p_option);
|
||||
|
|
@ -341,6 +342,7 @@ class ScriptEditor : public PanelContainer {
|
|||
void _close_docs_tab();
|
||||
void _close_other_tabs();
|
||||
void _close_all_tabs();
|
||||
void _queue_close_tabs();
|
||||
|
||||
void _copy_script_path();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue