JAL-1923 fix: don’t add group twice
authorJim Procter <jprocter@issues.jalview.org>
Thu, 15 Oct 2015 12:58:22 +0000 (13:58 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Thu, 15 Oct 2015 12:58:22 +0000 (13:58 +0100)
src/jalview/gui/TreeCanvas.java

index 9cb3d18..68573ef 100755 (executable)
@@ -980,7 +980,6 @@ public class TreeCanvas extends JPanel implements MouseListener, Runnable,
       }
 
       // TODO can we push all of the below into AlignViewportI?
-      av.getAlignment().addGroup(sg);
       final AlignViewportI codingComplement = av.getCodingComplement();
       if (codingComplement != null)
       {