Skip to content

Fix: use the correct icon when dragging#51

Merged
anhosh merged 1 commit into
anhosh:mainfrom
rerun-io:cursor-fix
Oct 10, 2022
Merged

Fix: use the correct icon when dragging#51
anhosh merged 1 commit into
anhosh:mainfrom
rerun-io:cursor-fix

Conversation

@emilk

@emilk emilk commented Oct 10, 2022

Copy link
Copy Markdown
Contributor

Previously, you would have CursorIcon::PointingHand when hovering a tab title. When dragging a tab, you would get CursorIcon::Grabbing, but if you dragged a tab so it was hovering another title, it would go back to CursorIcon::PointingHand.

This PR changes the hovering cursor to CursorIcon::Grab. Additionally, it fixes the above bug so that CursorIcon::Grabbing is used all the while a tab is being dragged.

tab-cursor-fix

@anhosh anhosh merged commit 55b01ea into anhosh:main Oct 10, 2022
@anhosh anhosh added the 0.3.0 label Dec 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants