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

Apply grid size settings to 3d view #1093

Merged
merged 1 commit into from
Aug 20, 2020

Conversation

IgorYeremin
Copy link
Contributor

No description provided.

glColor4f(*self.color_grads_major)
elif i % (self.graduations_major // 2) == 0:
elif i % (self.grid[1] // 2) == 0:
glColor4f(*self.color_grads_interm)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The above line is never reached. It would make every other major tick more transparent.
@kliment Do we want it fixed or removed? It's not from this PR.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would instinctively say remove.

@kliment kliment merged commit 7e7241c into kliment:master Aug 20, 2020
@IgorYeremin IgorYeremin deleted the grid-settings-3d branch August 20, 2020 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants