forked from rrwick/Bandage
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Ensure proper range for depth range #161
Labels
Milestone
Comments
milenovic
added a commit
to milenovic/BandageNG
that referenced
this issue
Jan 24, 2025
When graph is redrawn, scope is passed to colorer which calculates low and high values and stores then for colorers to use when needed. Is this correct way to store them? resolves asl#161
milenovic
added a commit
to milenovic/BandageNG
that referenced
this issue
Jan 25, 2025
Store Scope reference when graph is redrawn. Scope reference is stored only in a private static variable of DepthNodeColorer, which persists when colorers are changed. As DepthNodeColorer instance might not exist when scope is changed, reference is saved by a function defined in INodeColorer. resolves asl#161
milenovic
added a commit
to milenovic/BandageNG
that referenced
this issue
Jan 26, 2025
fixes asl#161 build errors
milenovic
added a commit
to milenovic/BandageNG
that referenced
this issue
Jan 26, 2025
Ubuntu >24.04 image does not longer include imagemagick by default. fixes asl#161 Linux tests fails
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When graph drawing scope is "depth", then the depth node colorer should take these limits as well
The text was updated successfully, but these errors were encountered: