#5265 closed defect (fixed)
blast checkboxes not working
Reported by: | Elaine Meng | Owned by: | Zach Pearson |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | Sequence | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
in daily build, UCSF ChimeraX version: 1.3.dev202109202344 (2021-09-20)
unchecking checkboxes in the Blast Protein Results panel does not hide the columns. I can uncheck them all and all the columns are still there, as far as I can tell!
Change History (4)
comment:2 by , 4 years ago
Milestone: | → 1.3 |
---|
comment:3 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This commit should fix this. Was attempting to figure out how to hide most columns by default when I broke the show/hide functionality -- d'oh.
Note:
See TracTickets
for help on using tickets.
One of the lines in the table display code (in blastprotein) attempted to change the default column display to 'false'; removing that line solved the problem. Working on a solution now -- will be in tomorrow's daily build.