JAL-1767 JAL-2647 hide 'Input Data..' for PCA loaded from project
[jalview.git] / src / jalview / gui / Jalview2XML.java
index c725db8..e4a53ef 100644 (file)
@@ -5961,6 +5961,11 @@ public class Jalview2XML
         panel.pcaModel.setPCA(pca);
 
         /*
+         * we haven't saved the input data! (JAL-2647 to do)
+         */
+        panel.setInputData(null);
+
+        /*
          * add the sequence points for the PCA display
          */
         List<jalview.datamodel.SequencePoint> seqPoints = new ArrayList<>();