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:
3a7dc70
)
JAL-3285 small method call name change to AnnotationLabels
author
tva
<tva@10.205.251.175>
Wed, 5 Jun 2019 13:06:22 +0000
(14:06 +0100)
committer
tva
<tva@10.205.251.175>
Wed, 5 Jun 2019 13:06:22 +0000
(14:06 +0100)
src/jalview/appletgui/AnnotationLabels.java
patch
|
blob
|
history
diff --git
a/src/jalview/appletgui/AnnotationLabels.java
b/src/jalview/appletgui/AnnotationLabels.java
index
07c3e0a
..
9cd2b51
100755
(executable)
--- a/
src/jalview/appletgui/AnnotationLabels.java
+++ b/
src/jalview/appletgui/AnnotationLabels.java
@@
-534,7
+534,7
@@
public class AnnotationLabels extends Panel
MessageManager.getString("label.ignore_gaps_consensus"),
(aa[selectedRow].groupRef != null)
? aa[selectedRow].groupRef
- .isIgnoreGapsConsensus()
+ .getIgnoreGapsConsensus()
: ap.av.isIgnoreGapsConsensus());
final AlignmentAnnotation aaa = aa[selectedRow];
cbmi.addItemListener(new ItemListener()