Files
wxWidgets/include
Vadim Zeitlin e3186b4f2e Fix SetCursor(wxNullCursor) behaviour in wxOSX
This should set the default cursor for the window instead of doing
nothing.

Also simplify the code by overriding just the new WXUpdateCursor()
member function instead of SetCursor() itself: this avoids the need for
checking if the cursor has really changed.

See #25814.
2025-09-23 15:01:11 +02:00
..