JAL-1760 JAL-1641 Serialisation of Hidden Seqs and Cols in JSON output. Added ability...
[jalview.git] / src / jalview / io / FileLoader.java
index 6329f58..a27777f 100755 (executable)
@@ -348,11 +348,11 @@ public class FileLoader implements Runnable
             }
             if (source instanceof HtmlFile)
             {
-              ((HtmlFile) source).applySettingsToAlignFrame(alignFrame);
+              ((HtmlFile) source).applySettingsToAlignmentView(alignFrame);
             }
             else if (source instanceof JSONFile)
             {
-              ((JSONFile) source).applySettingsToAlignFrame(alignFrame);
+              ((JSONFile) source).applySettingsToAlignmentView(alignFrame);
             }
 
             if (raiseGUI)