Canvas Save/SaveAs Bug?

Found an issue with the canvas save or saveas function, where the canvas has just a background colour:

On save/saveas the canvas moves to the top left corner of the screen, either behind or in front of other components.

testCanvasSave.aia (1.6 KB)

Also see the same behaviour if I load an image to the background.

2 Likes

I have the same problem. When it will be solved?

Doesn't appear to have been picked up by MIT, let us try again.

A workaround is to place the canvas inside an arrangement (vertical or horizontal)

Found by @ABG here

It works. Thank you.