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

[GuiScrollbar] Scrollbar limits fixed #2022

Merged
merged 3 commits into from
Oct 16, 2023

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    7a28cd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    494fd70 View commit details
    Browse the repository at this point in the history
  3. [GuiScrollbar] Enable full range on large lists

    * Problems with range calculations prevented access to full range in large lists
    * These adjustments allow drag-scrolling to the end without any slop
    * Tested on:
    ** Comms smaller than the window
    ** Comms larger than the window
    ** A log smaller than the window
    ** A log with 10,000 entries
    csibbitt committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    b6909c4 View commit details
    Browse the repository at this point in the history