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

Better support dragging new launchers into the dock on Wayland #45

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dkondor
Copy link
Contributor

@dkondor dkondor commented Oct 13, 2024

Mouse position need to be updated in the drag handler, as it is only available there.

 - do not recalculate mouse position when handling drag events in _on_motion_notify () (moved this to _on_drag_motion ())
 - update the pointed icon in _on_enter_notify () even if it is a "synthetic" event (e.g. from _on_drag_motion ())
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.

1 participant