JAL-2349 JAL-3855 adapt renderer for AlignmentI.getContactList(..) mapping to sequenc...
authorJim Procter <j.procter@dundee.ac.uk>
Thu, 20 Oct 2022 15:29:03 +0000 (16:29 +0100)
committerJim Procter <j.procter@dundee.ac.uk>
Thu, 20 Oct 2022 15:29:03 +0000 (16:29 +0100)
src/jalview/renderer/ContactMapRenderer.java

index 29ee22e..b302060 100644 (file)
@@ -67,11 +67,6 @@ public class ContactMapRenderer implements AnnotationRowRendererI
         x++;
         continue;
       }
-      if (_aa.sequenceRef != null)
-      {
-        // get the sequence position for the column
-        column = _aa.sequenceRef.findPosition(column) - 1;
-      }
       ContactListI contacts = viewport.getContactList(_aa, column);
       if (contacts == null)
       {