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

Fix side-view cursor title to use y,z coordinate instead of x,y #473

Closed
UnHumbleBen opened this issue Sep 10, 2020 · 1 comment
Closed
Assignees
Labels
bug Something isn't working closed in dev Indicates issue is closed in the dev branch, available at: https://scadnano.org/dev/

Comments

@UnHumbleBen
Copy link
Collaborator

Set grid to none. When you hover the cursor on the side-view, the cursor title uses (x,y) coordinate. You can tell because the first coordinate is always 0, no matter where the cursor moves. Instead, the cursor title should use (y, z) or (z, y) coordinates

@UnHumbleBen UnHumbleBen added the bug Something isn't working label Sep 10, 2020
@UnHumbleBen UnHumbleBen self-assigned this Oct 12, 2020
UnHumbleBen added a commit that referenced this issue Oct 12, 2020
Fixes #473; side cursor title use zy instead of xy
@dave-doty dave-doty added the closed in dev Indicates issue is closed in the dev branch, available at: https://scadnano.org/dev/ label Oct 21, 2020
@dave-doty
Copy link
Member

Note this will have to be changed back with #488.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working closed in dev Indicates issue is closed in the dev branch, available at: https://scadnano.org/dev/
Projects
None yet
Development

No branches or pull requests

2 participants