mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 01:51:10 +00:00
Don't save unchanged script upon closing
(cherry picked from commit 12f5a5a701)
This commit is contained in:
parent
aabb8d78ef
commit
bc56681b0b
2 changed files with 7 additions and 8 deletions
|
|
@ -293,7 +293,7 @@ class ScriptEditor : public PanelContainer {
|
|||
|
||||
void _close_tab(int p_idx, bool p_save = true, bool p_history_back = true);
|
||||
|
||||
void _close_current_tab();
|
||||
void _close_current_tab(bool p_save = true);
|
||||
void _close_discard_current_tab(const String &p_str);
|
||||
void _close_docs_tab();
|
||||
void _close_other_tabs();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue