lilyvanoekel / lilyvanoekel/rust_scope
Changing the cursor doesn't seem to work
Open
bug
- Dominant language
- Rust
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
There's code to attempt to change the cursor to a move one, so the user knows to drag to update params:
```rust
egui_ctx.set_cursor_icon(egui::CursorIcon::Move);
```
But this doesn't actually seem to work. Tested in Reaper and Bitwig on OSX.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.