JAL-3285 small method call name change to AnnotationLabels
authortva <tva@10.205.251.175>
Wed, 5 Jun 2019 13:06:22 +0000 (14:06 +0100)
committertva <tva@10.205.251.175>
Wed, 5 Jun 2019 13:06:22 +0000 (14:06 +0100)
src/jalview/appletgui/AnnotationLabels.java

index 07c3e0a..9cd2b51 100755 (executable)
@@ -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()