JAL-2629 add non-functional HMMER menu
[jalview.git] / src / jalview / gui / AnnotationLabels.java
index 445ee11..30b52f1 100755 (executable)
@@ -422,8 +422,8 @@ public class AnnotationLabels extends JPanel implements MouseListener,
     if (selectedRow < aa.length)
     {
       final String label = aa[selectedRow].label;
-      if (!(aa[selectedRow].autoCalculated
-              || label.indexOf("Information Content") > -1))
+      if (!(aa[selectedRow].autoCalculated)
+              && !(label.indexOf("Information Content") > -1))
       {
         if (aa[selectedRow].graph == AlignmentAnnotation.NO_GRAPH)
         {