Merge branch 'develop' into features/JAL-2349_matrixvis
[jalview.git] / src / jalview / gui / AnnotationPanel.java
index 452f002..1026b07 100755 (executable)
@@ -526,7 +526,7 @@ public class AnnotationPanel extends JPanel implements AwtRenderPanelI,
         {
           activeRow = i;
         }
-        else if (aa[i].graph > 0)
+        else if (aa[i].graph != 0)
         {
           // Stretch Graph
           graphStretch = i;