1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 09:09:47 +00:00

changed select icon

This commit is contained in:
Variable 2024-01-13 23:34:55 +05:00
parent 1141219f63
commit 2cf374316a
2 changed files with 0 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 194 B

After

Width:  |  Height:  |  Size: 183 B

View file

@ -256,7 +256,6 @@ func change_project() -> void:
# of the current project we remove from the tree
# They will still be in memory though
for ri: ReferenceImage in Global.canvas.reference_image_container.get_children():
print(ri)
if !reference_images.has(ri):
Global.canvas.reference_image_container.remove_child(ri)
# Now we loop through this projects reference images and add them back to the tree