JAL-1619 align the added sequences to match what they are added to
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Wed, 1 Jul 2015 08:13:22 +0000 (09:13 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Wed, 1 Jul 2015 08:13:22 +0000 (09:13 +0100)
src/jalview/gui/AlignViewport.java

index cf82bfe..9eaee20 100644 (file)
@@ -909,6 +909,7 @@ public class AlignViewport extends AlignmentViewport implements
 
     if (openSplitPane)
     {
+      al.alignAs(thisAlignment);
       protein = openSplitFrame(newAlignFrame, thisAlignment,
               protein.getCodonFrames());
     }