From: Jim Procter Date: Sun, 30 Oct 2022 23:21:38 +0000 (+0000) Subject: JAL-4091 lines to associate rows sharing same sequence ref - needs some work still... X-Git-Tag: Release_2_11_3_0~23^2~12 X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=4bae495df9a00ece3d4f7672639c3a669446d461 JAL-4091 lines to associate rows sharing same sequence ref - needs some work still ! (And would be great to have more interactivity!) --- diff --git a/src/jalview/gui/AnnotationLabels.java b/src/jalview/gui/AnnotationLabels.java index 1e2374a..2c563f1 100755 --- a/src/jalview/gui/AnnotationLabels.java +++ b/src/jalview/gui/AnnotationLabels.java @@ -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); }