Merge branch 'develop' into features/JAL-845splitPaneMergeDevelop
[jalview.git] / src / jalview / renderer / AnnotationRenderer.java
index d4fda25..9c56e54 100644 (file)
@@ -302,7 +302,7 @@ public class AnnotationRenderer
     columnSelection = av.getColumnSelection();
     hconsensus = av.getSequenceConsensusHash();// hconsensus;
     hStrucConsensus = av.getRnaStructureConsensusHash(); // hStrucConsensus;
-    av_ignoreGapsConsensus = av.getIgnoreGapsConsensus();
+    av_ignoreGapsConsensus = av.isIgnoreGapsConsensus();
   }
 
   public int[] getProfileFor(AlignmentAnnotation aa, int column)
@@ -400,8 +400,7 @@ public class AnnotationRenderer
     boolean validRes = false;
     boolean validEnd = false;
     boolean labelAllCols = false;
-    boolean centreColLabels, centreColLabelsDef = av
-            .getCentreColumnLabels();
+    boolean centreColLabels, centreColLabelsDef = av.isCentreColumnLabels();
     boolean scaleColLabel = false;
     AlignmentAnnotation consensusAnnot = av
             .getAlignmentConsensusAnnotation(), structConsensusAnnot = av