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

Add ability to delete grains in some dialogs #1259

Merged
merged 2 commits into from
Aug 25, 2022

Commits on Aug 25, 2022

  1. Add ability to delete grains in some dialogs

    This adds the ability to delete grains in the fit grains options
    dialog (before fit grains is ran), and in the fit grains results
    dialog (after fit grains is ran).
    
    The user may delete grains by right-clicking them in the table and
    clicking "Delete grain(s)". Note that it is currently set up to not
    allow the user to delete all grains.
    
    Signed-off-by: Patrick Avery <[email protected]>
    psavery committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    b659f52 View commit details
    Browse the repository at this point in the history
  2. Renumber grains when one is deleted

    This is a great fix for the fact that hexrd expects the
    grains to be sequentially numbered. We might be able to skip this in
    the future if the requirement is removed from hexrd, but this works
    fine for now.
    
    Signed-off-by: Patrick Avery <[email protected]>
    psavery committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    a9ef8b9 View commit details
    Browse the repository at this point in the history