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

Commits on Jun 14, 2020

  1. don't crash when scrollview's content is the same size

    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.
    tshirtman committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    b76e6a6 View commit details
    Browse the repository at this point in the history