Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web: don't overwrite cursor with CursorIcon::Default #3729

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

daxpedda
Copy link
Member

When setting CursorIcon::Default on Web, it now simply removes the cursor style, this prevents overwriting any user set default cursor.

Fixes #3661.

@daxpedda daxpedda added this to the Version 0.30.2 milestone Jun 11, 2024
@daxpedda daxpedda merged commit 39bc139 into rust-windowing:master Jun 11, 2024
52 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

Web: Setting CursorIcon::Default should remove cursor style
2 participants