mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-30 23:19:49 +00:00
Fix mistake caused by a previous commit when re-arranging project tabs
This commit is contained in:
parent
2dfab468ff
commit
c5970b2edb
|
@ -53,7 +53,7 @@ func _on_Tabs_reposition_active_tab_request(idx_to: int) -> void:
|
||||||
OpenSave.current_save_paths.insert(idx_to, temp_save_path)
|
OpenSave.current_save_paths.insert(idx_to, temp_save_path)
|
||||||
var temp_backup_path = OpenSave.backup_save_paths[Global.current_project_index]
|
var temp_backup_path = OpenSave.backup_save_paths[Global.current_project_index]
|
||||||
OpenSave.backup_save_paths.remove(Global.current_project_index)
|
OpenSave.backup_save_paths.remove(Global.current_project_index)
|
||||||
OpenSave.backup_save_paths.insert(idx_to, temp_save_path)
|
OpenSave.backup_save_paths.insert(idx_to, temp_backup_path)
|
||||||
|
|
||||||
|
|
||||||
func delete_tab(tab: int) -> void:
|
func delete_tab(tab: int) -> void:
|
||||||
|
|
Loading…
Reference in a new issue