Merge branch 'feature/JAL-674_dssp' into features/JAL-1264_showHideAnnotations
[jalview.git] / src / MCview / PDBViewer.java
index b4cb80c..a297892 100755 (executable)
@@ -81,7 +81,7 @@ public class PDBViewer extends JInternalFrame implements Runnable
       try
       {
         tmpPDBFile = pdbentry.getFile();
-        PDBfile pdbfile = new PDBfile(tmpPDBFile,
+        PDBfile pdbfile = new PDBfile(false,false,tmpPDBFile,
                 jalview.io.AppletFormatAdapter.FILE);
 
         pdbcanvas.init(pdbentry, seq, chains, ap, protocol);