mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
Reposition tabs is now functional
That was easier than I expected
This commit is contained in:
parent
b276999b12
commit
d37b07db5d
|
@ -19,7 +19,9 @@ func _on_Tabs_tab_close(tab : int) -> void:
|
|||
|
||||
|
||||
func _on_Tabs_reposition_active_tab_request(idx_to : int) -> void:
|
||||
pass
|
||||
var temp = Global.projects[Global.current_project_index]
|
||||
Global.projects[Global.current_project_index] = Global.projects[idx_to]
|
||||
Global.projects[idx_to] = temp
|
||||
|
||||
|
||||
func delete_tab(tab : int) -> void:
|
||||
|
|
Loading…
Reference in a new issue