JAL-1775 patch for regression from Anne Menard’s pseudo knot support JAL-1598
authorJim Procter <jprocter@issues.jalview.org>
Mon, 15 Jun 2015 17:39:28 +0000 (18:39 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Mon, 15 Jun 2015 17:39:28 +0000 (18:39 +0100)
src/jalview/datamodel/AlignmentAnnotation.java

index 52779f7..4c5ea17 100755 (executable)
@@ -650,7 +650,7 @@ public class AlignmentAnnotation
       {
         if (annotations[i] != null)
         {
-          annotations[i].displayCharacter = "X";
+          annotations[i].displayCharacter = "";
         }
       }
     }