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

Fix flickable in flickable #1787

Merged
merged 2 commits into from
Oct 27, 2022
Merged

Fix flickable in flickable #1787

merged 2 commits into from
Oct 27, 2022

Commits on Oct 27, 2022

  1. Flickable: only grab the mouse if the flickable can be flicked

    We already checked before that we can flick in that direction
    (horizontally or vertically), but we did not check that we were not
    actually at the end already.
    ogoffart committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    c0f6108 View commit details
    Browse the repository at this point in the history
  2. Flickable: do not capture the event when moving the mouse bellow thre…

    …shold
    
    Because an inner item (eg, another Flickable) way still want
    to intercept the delayed event
    ogoffart committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    939d1a6 View commit details
    Browse the repository at this point in the history