I'm having issues with the ColorRect i'm using as a canvas in my paint app.
I created a viewport, put the image inside and added scroll bars to the outside of the viewport. It works great, but the problem occurs when the viewport contains an image that it to large, making it invisibly overlap other controls.
I added events to disable / enable the viewports input when the mouse is over it but the mouseout event never fires if the image is too big. At a loss as what to do. I have tried many different configurations of nodes to no avail and ways to disable the input. Anyone have any idea how I can deal with this?