Merge branch 'develop' into feature/JAL-3364splitFrameImage
[jalview.git] / src / jalview / gui / IdCanvas.java
index ab5585c..23d2d78 100755 (executable)
@@ -392,6 +392,7 @@ public class IdCanvas extends JPanel implements ViewportListenerI
     AnnotationLabels labels = null;
     if (alignViewport.isShowAnnotation())
     {
+      hgap += SeqCanvas.SEQS_ANNOTATION_GAP;
       if (ap == null)
       {
         ap = new AnnotationPanel(alignViewport);