JAL-4091 lines to associate rows sharing same sequence ref - needs some work still...
authorJim Procter <j.procter@dundee.ac.uk>
Sun, 30 Oct 2022 23:21:38 +0000 (23:21 +0000)
committerJim Procter <j.procter@dundee.ac.uk>
Sun, 30 Oct 2022 23:21:38 +0000 (23:21 +0000)
src/jalview/gui/AnnotationLabels.java

index 1e2374a..2c563f1 100755 (executable)
@@ -1223,7 +1223,9 @@ public class AnnotationLabels extends JPanel
         {
           if (vertBar)
           {
-            g.drawLine(x - 40, y, x - 40, y - aa[i].height);
+            g.drawLine(20, y + offset, 20, y - aa[i].height);
+            g.drawLine(20, y + offset, x - 20, y + offset);
+
           }
           g.drawString(label, x, y + offset);
         }