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

RemoveShape and RemoveAllShapes crashes #1320

Closed
VictorLamoine opened this issue Sep 5, 2015 · 0 comments
Closed

RemoveShape and RemoveAllShapes crashes #1320

VictorLamoine opened this issue Sep 5, 2015 · 0 comments
Labels
kind: bug Type of issue

Comments

@VictorLamoine
Copy link
Contributor

Test case of #1241 was incomplete, the last section of updateLookUpTableDisplay can be faulty;

  • No look-up table is displayed
  • No shape has color information
  • RemoveShape is called

This will lead to if (!actor_found || (lut_enabled_ && add_lut)); which leads to a bug because the look-up table can't be deleted (because it doesn't exist).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: bug Type of issue
Projects
None yet
Development

No branches or pull requests

1 participant