Opened 9 years ago
Closed 9 years ago
#446 closed defect (fixed)
cartoon: changing nucleic style also changes coil
Reported by: | Elaine Meng | Owned by: | Conrad Huang |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Depiction | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
Width, thickness, cross-section should be separately settable for helix, strand, coil, and nucleic. However, when I change nucleic values the coil also changes! Helix and strand don't change, at least. Example:
open 5dwb
cartoon style nucleic width 2 thickness 2 xsection round
Note:
See TracTickets
for help on using tickets.
Fixed in fb5dff2.
Coil styles were always set whether any coil residues were selected. Coils are now computed as (!helix && !strand && !nucleic) and then tested for the empty set.