JAL-2348 adjustable height for any non-label render type.
[jalview.git] / src / jalview / gui / AnnotationPanel.java
index b1f0edb..ebfc52e 100755 (executable)
@@ -521,7 +521,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;