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(ScalarBarActor): Fix missing text updates #2261

Merged
merged 1 commit into from Feb 8, 2022

Commits on Feb 7, 2022

  1. fix(ScalarBarActor): Fix missing text updates

    This MR fixes the missing text updates for the
    scalar bar actor on some browsers. It also seperates
    the View dependent data and functions from the non-view
    dependent through a new helper class. One helper should be
    created per view. Unfortunately this results in a huge
    code change and one breaking API change. When users provided
    their own function to compute values, those functions will
    need to be reworked to deal with the new helper class.
    The default autolayout function has been modified and
    can be used as an example of how to update your own function.
    Ken Martin committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    ae48366 View commit details
    Browse the repository at this point in the history