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 for slow table updating with many rows -- UpdateMaxWidths is the culprit. #1281

Merged
merged 4 commits into from
Nov 2, 2024

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    16cfcfb View commit details
    Browse the repository at this point in the history
  2. actual proper fix for slow table updating with many rows -- UpdateMax…

    …Widths should not be called in Updater -- moved to Styler, which would be called if anything is added.
    rcoreilly committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    7a810fa View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    19d44c6 View commit details
    Browse the repository at this point in the history
  2. list / table: more precise calling of UpdateMaxWidths: when first set…

    …ting slice and when widget changes values.
    rcoreilly committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    4464182 View commit details
    Browse the repository at this point in the history