JAL-1369 make sure the fake AlignmentI produced by getFullAlignment retains the curre...
[jalview.git] / src / jalview / datamodel / HiddenSequences.java
index 0f57a02..db4c858 100755 (executable)
@@ -283,6 +283,7 @@ public class HiddenSequences
     fAlignmt.alignmentProperties = alignment.getProperties();
     fAlignmt.groups = alignment.getGroups();
     fAlignmt.hasRNAStructure = alignment.hasRNAStructure();
+    fAlignmt.setSeqrep(alignment.getSeqrep());
 
     return fAlignmt;
   }