Changed location of VARNAv3-8b.jar; small changes
[jalview.git] / src / jalview / appletgui / SeqCanvas.java
index f78b630..fd9d768 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.5)
+ * Jalview - A Sequence Alignment Editor and Viewer (Version 2.6)
  * Copyright (C) 2010 J Procter, AM Waterhouse, G Barton, M Clamp, S Searle
  * 
  * This file is part of Jalview.
@@ -539,11 +539,9 @@ public class SeqCanvas extends Panel
         if (av.getShowHiddenMarkers())
         {
           g1.setColor(Color.blue);
-          g1
-                  .drawLine((blockEnd - blockStart + 1) * av.charWidth - 1,
-                          0 + offset, (blockEnd - blockStart + 1)
-                                  * av.charWidth - 1, (endSeq - startSeq)
-                                  * av.charHeight + offset);
+          g1.drawLine((blockEnd - blockStart + 1) * av.charWidth - 1,
+                  0 + offset, (blockEnd - blockStart + 1) * av.charWidth
+                          - 1, (endSeq - startSeq) * av.charHeight + offset);
         }
 
         g1.translate(-screenY * av.charWidth, 0);