Hello everyone
I’m doing dev on Xojo 2024 r4.2 on Linux Mint Cinnamon.
I found that if I try to do the following code in a keydown event:
Canvas1.MouseCursor = System.Cursors.HandOpen
the change doesn’t happen unless I move the mouse.
The same happens if I restore the mouse to Nil, unless I move the mouse it’s not happening.
It’s not the end of the world by any means, but I think is not the way it should behave. On Windows the mouse is changed immediately.
Can anyone comment on this?
Thanks a lot.
2 posts - 2 participants