mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-24 22:43:14 +00:00
Fix mistake caused by a previous commit when re-arranging project tabs
This commit is contained in:
parent
2dfab468ff
commit
c5970b2edb
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
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.insert(idx_to, temp_save_path)
|
||||
OpenSave.backup_save_paths.insert(idx_to, temp_backup_path)
|
||||
|
||||
|
||||
func delete_tab(tab: int) -> void:
|
||||
|
|
Loading…
Add table
Reference in a new issue