From: tva Date: Wed, 5 Jun 2019 13:06:22 +0000 (+0100) Subject: JAL-3285 small method call name change to AnnotationLabels X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=07b27b8316d1de83c99a27deb4e3007bc0abd25c JAL-3285 small method call name change to AnnotationLabels --- diff --git a/src/jalview/appletgui/AnnotationLabels.java b/src/jalview/appletgui/AnnotationLabels.java index 07c3e0a..9cd2b51 100755 --- 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()