Cursor changes to default when clicked on button

So what you want to do, is set the Main widgets cursor

341164-cursorwidgetedit.png

to the cursor setting you wish, then for the ‘On Hovered’ function of the button, set the main widgets cursor to the cursor you want to show, then ‘On UnHovered’ set the cursor back

341165-cursorchange.png

Hope this helps, I figured this out because I’m developing a game for a game jam and using ONLY widgets.