Validate range for all annotations
authoramwaterhouse <Andrew Waterhouse>
Wed, 18 Apr 2007 16:11:28 +0000 (16:11 +0000)
committeramwaterhouse <Andrew Waterhouse>
Wed, 18 Apr 2007 16:11:28 +0000 (16:11 +0000)
src/jalview/datamodel/AlignmentAnnotation.java

index 95af29d..2577e71 100755 (executable)
@@ -120,7 +120,7 @@ public class AlignmentAnnotation
     this.description = description;
     this.annotations = annotations;
 
-    areLabelsSecondaryStructure();
+     validateRangeAndDisplay();
   }
 
   void areLabelsSecondaryStructure()
@@ -161,6 +161,7 @@ public class AlignmentAnnotation
         padGaps = false;
     }
 
+
     if (nonSSLabel)
     {
       hasIcons = false;