Remove unwanted line
authoramwaterhouse <Andrew Waterhouse>
Tue, 16 May 2006 11:09:02 +0000 (11:09 +0000)
committeramwaterhouse <Andrew Waterhouse>
Tue, 16 May 2006 11:09:02 +0000 (11:09 +0000)
src/jalview/gui/AnnotationPanel.java

index 06b7602..ecd9370 100755 (executable)
@@ -1050,11 +1050,10 @@ public class AnnotationPanel extends JPanel implements MouseListener,
           g.setColor(aa.annotations[column].colour);\r
           y1 = y - (int) (((aa.annotations[column-1].value-min) / range) * graphHeight);\r
           y2 = y - (int) (((aa.annotations[column].value-min) / range) * graphHeight);\r
+\r
           g.drawLine(x-av.charWidth/2, y1, x+av.charWidth/2, y2);\r
           x += av.charWidth;\r
 \r
-          if(aa.annotations[column].value==0)\r
-\r
           column++;\r
 \r
        }\r