mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
changed select icon
This commit is contained in:
parent
1141219f63
commit
2cf374316a
Binary file not shown.
Before Width: | Height: | Size: 194 B After Width: | Height: | Size: 183 B |
|
@ -256,7 +256,6 @@ func change_project() -> void:
|
||||||
# of the current project we remove from the tree
|
# of the current project we remove from the tree
|
||||||
# They will still be in memory though
|
# They will still be in memory though
|
||||||
for ri: ReferenceImage in Global.canvas.reference_image_container.get_children():
|
for ri: ReferenceImage in Global.canvas.reference_image_container.get_children():
|
||||||
print(ri)
|
|
||||||
if !reference_images.has(ri):
|
if !reference_images.has(ri):
|
||||||
Global.canvas.reference_image_container.remove_child(ri)
|
Global.canvas.reference_image_container.remove_child(ri)
|
||||||
# Now we loop through this projects reference images and add them back to the tree
|
# Now we loop through this projects reference images and add them back to the tree
|
||||||
|
|
Loading…
Reference in a new issue