JAL-2110 warning message when routine finds non-ds sequences in the dataset (seems...
[jalview.git] / src / jalview / renderer / AnnotationRenderer.java
index 2d84289..75099c2 100644 (file)
@@ -598,7 +598,7 @@ public class AnnotationRenderer
 
               if (columnSelection != null)
               {
-                if (columnSelection.isSelected(column))
+                if (columnSelection.contains(column))
                 {
                   g.fillRect(x * charWidth, y, charWidth, charHeight);
                 }