Opened 7 years ago
Closed 7 years ago
#1408 closed enhancement (fixed)
Make drawings always have a "parent" attribute
Reported by: | pett | Owned by: | Tom Goddard |
---|---|---|---|
Priority: | moderate | Milestone: | |
Component: | Graphics | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
Currently a Drawing with no parent might have no "parent" attribute, so Python code uses getattr(d, 'parent', None). Instead make every Drawing have a parent and the value can be None.
Note:
See TracTickets
for help on using tickets.
Fixed.