From: amwaterhouse Date: Wed, 18 Apr 2007 16:11:28 +0000 (+0000) Subject: Validate range for all annotations X-Git-Tag: Release_2_3~215 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=701b986332c4b74ab922c33654a90af0622ae7b6;p=jalview.git Validate range for all annotations --- diff --git a/src/jalview/datamodel/AlignmentAnnotation.java b/src/jalview/datamodel/AlignmentAnnotation.java index 95af29d..2577e71 100755 --- a/src/jalview/datamodel/AlignmentAnnotation.java +++ b/src/jalview/datamodel/AlignmentAnnotation.java @@ -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;