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 scroll to selection & Hide iconview when changing window width #482

Merged
merged 3 commits into from
May 14, 2021

Commits on May 13, 2021

  1. Fix scroll to selection

    Scroll to selection can sometimes fail because vertical scollbar is
    not yet ready for the new value. With this approach the action will
    be repeated until it is successfull.
    kbengs committed May 13, 2021
    Configuration menu
    Copy the full SHA
    8f77a51 View commit details
    Browse the repository at this point in the history
  2. Hide iconview when changing window width

    This will make it possible to do smooth width changes even
    if there are a large number of pages in iconview.
    kbengs committed May 13, 2021
    Configuration menu
    Copy the full SHA
    4ea9329 View commit details
    Browse the repository at this point in the history
  3. Fix possible infinite loop in get_visible_range2()

    This is if self.iconview.get_columns() return -1
    kbengs committed May 13, 2021
    Configuration menu
    Copy the full SHA
    2b3eba5 View commit details
    Browse the repository at this point in the history