Opened 8 years ago

Closed 8 years ago

#942 closed defect (fixed)

No balloons on assemblies

Reported by: pett 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 Tom Goddard, 8 years ago

Cc: Tom Goddard added
Owner: changed from Tom Goddard to Greg Couch

The Structure bounds code no longer works with instances. Greg changed this code.

comment:2 by Greg Couch, 8 years ago

The bounds is correct for the view command. More likely due to picking generalization. Will check regardless.

in reply to:  3 ; comment:3 by goddard@…, 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 Greg Couch, 8 years ago

Resolution: fixed
Status: assignedclosed

Confirmed. The refactor wasn't combining the bounds of child drawings correctly in that case.

Note: See TracTickets for help on using tickets.