Merge branch 'bug/JAL-1775' into develop
[jalview.git] / 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 = "";
         }
       }
     }