-
Notifications
You must be signed in to change notification settings - Fork 177
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
Draw selection outline correctly for hovered structures #2595
Comments
KonstantinEpam23
changed the title
Draw selection outlinecorrectly for hovered structures
Draw selection outline correctly for hovered structures
May 12, 2023
Iogsotot
added a commit
that referenced
this issue
Jul 10, 2023
Iogsotot
added a commit
that referenced
this issue
Jul 10, 2023
8 tasks
Nitvex
added a commit
that referenced
this issue
Aug 1, 2023
Nitvex
added a commit
that referenced
this issue
Aug 1, 2023
Nitvex
added a commit
that referenced
this issue
Aug 1, 2023
* 2595 - feat: add a layer for the atom so that it is drawn over the bonds (hovering) * 2595 - docs: update LayerMap * 2595 - feat: add e2e test for structure selection outline, update screenshots * 2916 - fix: e2e tests for ZoomIn/ZoomOut and update screenshots * refactor: add link for issue in e2e test, fix code style * #2595 – updated screenshots and golden files * #2595 – updated screenshots --------- Co-authored-by: Nikita_Vozisov <Nikita_Vozisov@epam.com>
test cases are created |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Actual behaviour
After introducing the new selection in #2088 if the structure is in an expanded s-group or is selected with the "fragment selection" tool and is hovered over - the bond selections will be drawn over atoms.
Expected behaviour
Atoms should always be drawn above the bonds and the bond contours should not intersect atom contours.
The text was updated successfully, but these errors were encountered: