mirror of
https://github.com/emilk/egui.git
synced 2026-07-14 02:28:54 +00:00
ba060a2c87
We used to always set the cursor to `Grabbing` when a drag and drop payload is set, but this shadows user code trying to set an alternative cursor (e.g. `NoDrop`). This PR no only change the cursor to `Grabbing` if is way previously set to `Default`.