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 a bug with the status line progress bar #62

Merged
merged 2 commits into from
Oct 9, 2020

Commits on Oct 9, 2020

  1. Fix a bug with the status line progress bar

    When loading a bag with lots of topics, the progress bar was not
    getting reset to 0 after the load completed. This was due to the
    'updated' flag getting overwritten in the index caching thread and
    not properly detecting that something had changed with the timeline.
    If the last topic evaluated had no entries then it was erroneously
    assumed that nothing at all had changed (for any topic).
    
    Signed-off-by: Michael Jeronimo <michael.jeronimo@openrobotics.org>
    mjeronimo committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    eae4f8b View commit details
    Browse the repository at this point in the history
  2. Use more concise expression

    Signed-off-by: Michael Jeronimo <michael.jeronimo@openrobotics.org>
    mjeronimo committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    ec2459b View commit details
    Browse the repository at this point in the history