JAL-1760 JAL-1641 Serialisation of Hidden Seqs and Cols in JSON output. Added ability...
[jalview.git] / src / jalview / gui / CutAndPasteTransfer.java
index 1981488..6f15ddf 100644 (file)
@@ -228,11 +228,11 @@ public class CutAndPasteTransfer extends GCutAndPasteTransfer
 
         if (source instanceof HtmlFile)
         {
-          ((HtmlFile) source).applySettingsToAlignFrame(af);
+          ((HtmlFile) source).applySettingsToAlignmentView(af);
         }
         else if (source instanceof JSONFile)
         {
-          ((JSONFile) source).applySettingsToAlignFrame(af);
+          ((JSONFile) source).applySettingsToAlignmentView(af);
         }