Opened 10 years ago
Closed 10 years ago
#220 closed defect (fixed)
every time I restore session (STL-only) it adds another Model Panel
Reported by: | Elaine Meng | Owned by: | Eric Pettersen |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Sessions | Version: | |
Keywords: | Cc: | Greg Couch | |
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
Every time I restore the attached session (closing in between), another Model Panel gets added to the ChimeraX interface. I didn't know whom to assign this to, reassign as appropriate.
Attachments (1)
Change History (3)
by , 10 years ago
Attachment: | test.cxs.gz added |
---|
comment:1 by , 10 years ago
Cc: | added; removed |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
This should be assigned to the tool writer.
The model panel is not a singleton, yet it is "session enduring", i.e., it survives across sessions. That is inconsistent.
Since it is not a singleton, then starting the tool from either the menu or the command line will bring up a new instance. If that is what is wanted, then it shouldn't survive across sessions. The tool author needs to pick.