JAL-1640 JAL-966 is for boolean getter on AlignViewportI
[jalview.git] / src / jalview / renderer / AnnotationRenderer.java
index d5b2f49..f4e9b1f 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)