Don't lock BorderSizePixel when UICorner exists

If you put a UICorner inside a UI object, it will lock the BorderSizePixel property. This is bad UX, there is no reason to lock it even if it doesn’t do anything when UICorner exists. I want to set the border to be 0px so if UICorner does ever support borders, my game won’t be full of them when they’re enabled

image

19 Likes