From: Jim Procter Date: Fri, 10 Oct 2014 15:25:00 +0000 (+0100) Subject: JAL-674 disable secondary structure annotation when data passed to MCView for display X-Git-Tag: Jalview_2_9~169^2~32 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=87781306a40f8de7afa30a545ea9040f98bae898;p=jalview.git JAL-674 disable secondary structure annotation when data passed to MCView for display --- diff --git a/src/MCview/PDBViewer.java b/src/MCview/PDBViewer.java index b4cb80c..a297892 100755 --- a/src/MCview/PDBViewer.java +++ b/src/MCview/PDBViewer.java @@ -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);