AlignmentAnnotation: added annotation score attribute and allowed for annotation...
[jalview.git] / src / jalview / gui / AnnotationLabels.java
index e7e3970..ccbebd5 100755 (executable)
@@ -193,7 +193,7 @@ public class AnnotationLabels
     {
       for (int i = 0; i < aa.length; i++)
       {
-        if (!aa[i].visible)
+        if (!aa[i].visible && aa[i].annotations!=null)
         {
           dif += aa[i].height;
           aa[i].visible = true;