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

Conversation

ogoffart
Copy link
Member

This is a regression caused by the introduced delay

tests/cases/elements/flickable_in_flickable.slint Outdated Show resolved Hide resolved
tests/cases/elements/flickable_in_flickable.slint Outdated Show resolved Hide resolved
internal/core/items/flickable.rs Outdated Show resolved Hide resolved
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.
…shold

Because an inner item (eg, another Flickable) way still want
to intercept the delayed event
internal/core/items/flickable.rs Show resolved Hide resolved
@ogoffart ogoffart merged commit 788e244 into master Oct 27, 2022
@ogoffart ogoffart deleted the olivier/flickable branch October 27, 2022 16:55
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