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

Selection is not preserved across new views #11

Closed
ghutchis opened this issue May 13, 2007 · 2 comments
Closed

Selection is not preserved across new views #11

ghutchis opened this issue May 13, 2007 · 2 comments

Comments

@ghutchis
Copy link
Owner

Selections are (mostly) stored in the GLWidget view. Selection of residues is not always updated properly, particularly across new views.

The selection code should uniformly use the GLWidget selection property and eliminate the selection information in the Primitive classes.

Reported by: @ghutchis

@ghutchis
Copy link
Owner Author

Logged In: YES
user_id=851435
Originator: NO

Please see commit 387. I think this is an improvement but it might not be all the way there yet. Let me know what you think to it. Not sure if the residue selection might need more work.

Original comment by: @cryos

@ghutchis
Copy link
Owner Author

Logged In: YES
user_id=21420
Originator: YES

This is fixed. All code now uses the GLWidget selection and the PrimitiveList class.

Original comment by: @ghutchis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant