don't finness the alignment annotation modification methods by modifying the vector...
authorJim Procter <jprocter@dundee.ac.uk>
Tue, 15 Apr 2014 15:23:35 +0000 (16:23 +0100)
committerJim Procter <jprocter@dundee.ac.uk>
Mon, 21 Apr 2014 13:09:17 +0000 (14:09 +0100)
src/jalview/viewmodel/AlignmentViewport.java

index 07ec95e..9e9c3fe 100644 (file)
@@ -1506,7 +1506,6 @@ public abstract class AlignmentViewport implements AlignViewportI
         {
           oldrfs.add(aan[an].groupRef);
           alignment.deleteAnnotation(aan[an]);
-          aan[an] = null;
         }
       }
     }