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

If user removes the fit line in the GUI in add_line_plugin it will crash #209

Open
raacampbell opened this issue Jun 22, 2019 · 0 comments
Labels
bug good beginner issue Good issue for a beginner to tackle

Comments

@raacampbell
Copy link
Collaborator

To reproduce:

  • Add points
  • Add a line
  • Remove line from Ingredients list
  • Add a point: it crashes

This isn't surprising, but the user won't expect this. It will happen with the other ingredients too. Options include:

  • Close plugin if user deletes line.
  • Block deletion in GUI
  • Regenerate line

I prefer the option of blocking deletion in the GUI.

@raacampbell raacampbell added bug good beginner issue Good issue for a beginner to tackle labels Jun 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug good beginner issue Good issue for a beginner to tackle
Projects
None yet
Development

No branches or pull requests

1 participant