-
Notifications
You must be signed in to change notification settings - Fork 2
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
Duplicated specialAnglesMode variable #29
Comments
I think the same is true for this.labelsVisible in GraphView, which also exists in ViewProperties. Can this public variable be deleted? |
Is this also true for |
trigTourModel.specialAnglesMode deleted in commit 30c233b and replaced with the visibility property in ViewProperties. |
…with labelsVisible in ViewProperties, see issue #29
|
There is a boolean property in ViewProperties called specialAnglesVisible and there is a public variable in TrigTourModel called specialAnglesMode.
Is there a reason to keep both of these variables? It seems that specialAnglesMode can be deleted and the specialAnglesVisible can be passed directly into view elements. This way the view does not have to track two variables for visibility.
The text was updated successfully, but these errors were encountered: