JAL-2348 adjustable height for any non-label render type.
[jalview.git] / src / jalview / appletgui / AnnotationPanel.java
index 6012c1a..0f8baaf 100755 (executable)
@@ -336,7 +336,7 @@ public class AnnotationPanel extends Panel implements AwtRenderPanelI,
         {
           activeRow = i;
         }
-        else if (aa[i].graph > 0)
+        else if (aa[i].graph != AlignmentAnnotation.NO_GRAPH)
         {
           // Stretch Graph
           graphStretch = i;