diff --git a/assets/graphics/reference_images/select.png b/assets/graphics/reference_images/select.png index 62f811be7..4fc0cdae0 100644 Binary files a/assets/graphics/reference_images/select.png and b/assets/graphics/reference_images/select.png differ diff --git a/src/Classes/Project.gd b/src/Classes/Project.gd index b31e1a212..f8c25d5b9 100644 --- a/src/Classes/Project.gd +++ b/src/Classes/Project.gd @@ -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