JAL-1619 align the added sequences to match what they are added to
[jalview.git] / 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());
     }