X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=inline;f=src%2Fjalview%2Fgui%2FAnnotationLabels.java;h=11760870ce30a603bf8c4b91da201d68cb62711c;hb=3e6b14950a06bb87c147493e4dfff0c4491ea25b;hp=0ea79981081d9f939e35ad4e799ce88ec579f297;hpb=d2642610b86e983bfdde65f7c19c9153206da263;p=jalview.git diff --git a/src/jalview/gui/AnnotationLabels.java b/src/jalview/gui/AnnotationLabels.java index 0ea7998..1176087 100755 --- a/src/jalview/gui/AnnotationLabels.java +++ b/src/jalview/gui/AnnotationLabels.java @@ -200,7 +200,8 @@ public class AnnotationLabels extends JPanel implements MouseListener, new AnnotationExporter().exportAnnotations( ap, new AlignmentAnnotation[] - {aa[selectedRow]} + {aa[selectedRow]}, + null ); } else if (evt.getActionCommand().equals(COPYCONS_SEQ))