JAL-4027 JAL-3858 rename CUSTOM_RENDERER to CONTACT_MATRIX annotation.graph type...
[jalview.git] / src / jalview / datamodel / ColumnSelection.java
index db83e76..6ee324f 100644 (file)
@@ -567,7 +567,7 @@ public class ColumnSelection
     // viewmodel package
     this.clear();
 
-    if (ann_row.graph == AlignmentAnnotation.CUSTOMRENDERER && (filterParams
+    if (ann_row.graph == AlignmentAnnotation.CONTACT_MAP && (filterParams
             .getThresholdType() == AnnotationFilterParameter.ThresholdType.ABOVE_THRESHOLD
             || filterParams
                     .getThresholdType() == AnnotationFilterParameter.ThresholdType.BELOW_THRESHOLD))