Opened 8 years ago
Closed 8 years ago
#942 closed defect (fixed)
No balloons on assemblies
| Reported by: | Eric Pettersen | Owned by: | Greg Couch |
|---|---|---|---|
| Priority: | blocker | Milestone: | |
| Component: | Higher-Order Structure | Version: | |
| Keywords: | Cc: | Elaine Meng, Tom Goddard | |
| Blocked By: | Blocking: | ||
| Notify when closed: | Platform: | all | |
| Project: | ChimeraX |
Description
If I open a structure (e.g. 1r94) I get label balloons when I hover over various parts of the structure, but once I use the table to generate an assembly I don't get them.
Change History (4)
comment:1 by , 8 years ago
| Cc: | added |
|---|---|
| Owner: | changed from to |
comment:2 by , 8 years ago
The bounds is correct for the view command. More likely due to picking generalization. Will check regardless.
follow-up: 3 comment:3 by , 8 years ago
Structure.bounds(positions = False) is returning None when called by Structure.first_intercept(). positions = False means it does not include the positions of all instances — would have to look at the code before you changed the Structure.bounds() routine to see what it was doing.
comment:4 by , 8 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Confirmed. The refactor wasn't combining the bounds of child drawings correctly in that case.
Note:
See TracTickets
for help on using tickets.
The Structure bounds code no longer works with instances. Greg changed this code.