Merge branch 'develop' into features/JAL-2349_matrixvis
[jalview.git] / src / jalview / appletgui / AnnotationPanel.java
index 39b718d..b3c97f2 100755 (executable)
@@ -342,7 +342,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;