Doesn't draw the white box at the end of a line
[jalview.git] / src / jalview / gui / SeqCanvas.java
index bb65f10..a302747 100755 (executable)
@@ -197,7 +197,7 @@ public class SeqCanvas extends JPanel
 \r
 */\r
 \r
-    if (y2 > starty && y1 < av.getEndSeq())\r
+   /* if (y2 > starty && y1 < av.getEndSeq())\r
     {\r
        fillBackground(g,\r
                    Color.red,\r
@@ -205,7 +205,7 @@ public class SeqCanvas extends JPanel
                    offset + AlignmentUtil.getPixelHeight(starty,y1,av.getCharHeight()),\r
                    (x2-x1+1)*charWidth,\r
                    offset + AlignmentUtil.getPixelHeight(y1,y2,av.getCharHeight()));\r
-    }\r
+    }*/\r
 \r
     SequenceI nextSeq;\r
     SequenceGroup group=null;\r