JAL-2428 pass AlignmentView to TreeModel so Show Input Data works
[jalview.git] / src / jalview / analysis / TreeModel.java
index 62b0594..61c194d 100644 (file)
@@ -95,6 +95,7 @@ public class TreeModel
   {
     this(tree.getSequences(), tree.getTopNode(), tree.hasDistances(), tree
             .hasBootstrap(), tree.hasRootDistance());
+    seqData = tree.getOriginalData();
   }
 
   /**