Skip to content

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

Merged
daxpedda merged 1 commit into
rust-windowing:masterfrom
daxpedda:web-default-cursor
Jun 11, 2024
Merged

Web: don't overwrite cursor with CursorIcon::Default#3729
daxpedda merged 1 commit into
rust-windowing:masterfrom
daxpedda:web-default-cursor

Conversation

@daxpedda
Copy link
Copy Markdown
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 the DS - web Affects the Web backend (WebAssembly/WASM) label Jun 11, 2024
@daxpedda daxpedda added this to the Version 0.30.2 milestone Jun 11, 2024
@daxpedda daxpedda force-pushed the web-default-cursor branch from f35a368 to de4adac Compare June 11, 2024 22:03
@daxpedda daxpedda merged commit 39bc139 into rust-windowing:master Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

DS - web Affects the Web backend (WebAssembly/WASM)

Development

Successfully merging this pull request may close these issues.

Web: Setting CursorIcon::Default should remove cursor style

2 participants