JAL-3285 changed method call on AnnotationRenderer to match definition
[jalview.git] / src / jalview / renderer / AnnotationRenderer.java
index f1f5fa8..40fb513 100644 (file)
@@ -394,7 +394,7 @@ public class AnnotationRenderer
         // TODO? group consensus for cDNA complement
         return AAFrequency.extractProfile(
                 aa.groupRef.getConsensusData().get(column),
-                aa.groupRef.isIgnoreGapsConsensus());
+                                               aa.groupRef.getIgnoreGapsConsensus());
       }
       // TODO extend annotation row to enable dynamic and static profile data to
       // be stored