mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-26 07:24:43 -04:00
.pxo files now get opened in a new tab
This commit is contained in:
parent
7a61f1ea4a
commit
1b1c7f844f
5 changed files with 22 additions and 20 deletions
|
@ -32,4 +32,5 @@ func delete_tab(tab : int) -> void:
|
|||
Global.current_project_index -= 1
|
||||
else:
|
||||
Global.current_project_index = 0
|
||||
Global.unsaved_changes_dialog.disconnect("confirmed", self, "delete_tab")
|
||||
if Global.unsaved_changes_dialog.is_connected("confirmed", self, "delete_tab"):
|
||||
Global.unsaved_changes_dialog.disconnect("confirmed", self, "delete_tab")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue