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

Disable move on double-click #596

Merged
merged 1 commit into from
May 29, 2024

Conversation

laeubi
Copy link
Member

@laeubi laeubi commented May 28, 2024

Sometimes it could happen that if one double click on a control the slider "hangs" from then on as the control does not receive a "MousUp" event and then the follow the mouse without actually holding it down.

This now additionally registers a MouseDoubleClick handler that disable the move operation.

Sometimes it could happen that if one double click on a control the
slider "hangs" from then on as the control does not receive a "MousUp"
event and then the follow the mouse without actually holding it down.

This now additionally registers a MouseDoubleClick handler that disable
the move operation.
@laeubi laeubi force-pushed the disable_move_on_dbl_click branch from 5bb8fc6 to d92598f Compare May 28, 2024 13:45
@lcaron lcaron merged commit 8f5bccc into eclipse:master May 29, 2024
3 checks passed
@lcaron
Copy link
Contributor

lcaron commented May 29, 2024

Good job as usual, thank you !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants