radiance
radiance copied to clipboard
[Substance] Mouse cursor doesn't revert after resizing
The mouse cursor doesn't always revert to the normal pointer after resizing or hovering over the border to resize, it will simply stay in its resizing state until manually set back to the normal cursor. Happens more frequently on OSX than on Windows but does occur on both.
Still a problem in 1.0.2 (I need jdk 8 support). To minimize I'm setting default cursor on contentPane, so only happens in title now, but still annoying :P.
getContentPane().setCursor(Cursor.getDefaultCursor());
I have also seen this issue today. It doesn't happen very much, but it does happen.
It was specifically when I was hovering over the top-right corner near the "close" button. Maybe something about that button is a problem?
Nope, not the close button. I've seen it again with moving the right edge.
Radiance 6.0, Java 11, Windows 10
By the way, I've seen this sort of thing recently with Metal LAF on Windows as well. May be a bug in Swing itself.