JAL-2439 Fix to hidden column marker being one row too short
[jalview.git] / src / jalview / appletgui / SeqCanvas.java
index ed8a46d..0fd1e53 100755 (executable)
@@ -580,7 +580,7 @@ public class SeqCanvas extends Panel
             g1.setColor(Color.blue);
             g1.drawLine((blockEnd - blockStart + 1) * avcharWidth - 1,
                     0 + offset, (blockEnd - blockStart + 1) * avcharWidth
-                            - 1, (endSeq - startSeq) * avcharHeight
+                            - 1, (endSeq - startSeq + 1) * avcharHeight
                             + offset);
           }