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

ScrollView: Don't crash when scrollview's content is the same size #6942

Merged
merged 1 commit into from Jun 14, 2020

Conversation

tshirtman
Copy link
Member

also remove test that prevents scrolling when size_hint is not None,
that's not necessary.

There is still something that prevent scrolling when the size is exactly
the size of content, but that's rare enough if you don't set size_hint
to 1 in the direction you are interested in.

also remove test that prevents scrolling when size_hint is not None,
that's not necessary.

There is still something that prevent scrolling when the size is exactly
the size of content, but that's rare enough if you don't set size_hint
to 1 in the direction you are interested in.
@matham matham merged commit 3c93621 into master Jun 14, 2020
@matham matham deleted the fix_scrollview_crash branch June 14, 2020 22:11
@matham matham added this to the 2.0.0 milestone Oct 28, 2020
@matham matham changed the title don't crash when scrollview's content is the same size ScrollView: Don't crash when scrollview's content is the same size Dec 9, 2020
@matham matham added the Component: Widgets kivy/uix, style.kv label Dec 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Widgets kivy/uix, style.kv
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants