X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fio%2FAnnotationFile.java;h=d004c1af0dfb429f97414e3a878d053a4bbaaf62;hb=0d6e36143a2d7471edb7ef386d0b79095e0cd63e;hp=801a9ab3db5f528b1f75fb3d6b8025bd1026e5fc;hpb=37479c92b982f22da98bb5a8d2eb404fa804bc7d;p=jalview.git diff --git a/src/jalview/io/AnnotationFile.java b/src/jalview/io/AnnotationFile.java index 801a9ab..d004c1a 100755 --- a/src/jalview/io/AnnotationFile.java +++ b/src/jalview/io/AnnotationFile.java @@ -333,7 +333,8 @@ public class AnnotationFile // Either this character represents a helix or sheet // or an integer which can be displayed ss = token.charAt(0); - displayChar = ""; + if(displayChar.equals(token.substring(0,1))) + displayChar = ""; } else if(desc.length()<1) desc = token;