git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6abfeb9
)
JAL-3417 propagate description from AnnotationProvider to the worker
author
Jim Procter
<j.procter@dundee.ac.uk>
Wed, 23 Feb 2022 14:26:35 +0000
(14:26 +0000)
committer
Jim Procter
<j.procter@dundee.ac.uk>
Wed, 23 Feb 2022 14:26:35 +0000
(14:26 +0000)
src/jalview/workers/AnnotationWorker.java
patch
|
blob
|
history
diff --git
a/src/jalview/workers/AnnotationWorker.java
b/src/jalview/workers/AnnotationWorker.java
index
56361fa
..
b812c65
100644
(file)
--- a/
src/jalview/workers/AnnotationWorker.java
+++ b/
src/jalview/workers/AnnotationWorker.java
@@
-93,6
+93,9
@@
class AnnotationWorker extends AlignCalcWorker
ann.label, ann.getCalcId(), ann.autoCalculated,
ann.sequenceRef,
ann.groupRef);
+ if (ann.description!=null) {
+ theAnn.description = ann.description;
+ }
theAnn.showAllColLabels = true;
theAnn.graph = AlignmentAnnotation.BAR_GRAPH;
theAnn.scaleColLabel = true;