X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=inline;f=src%2FMCview%2FPDBChain.java;h=c40cddad3172a25c9e85440e96eed54f4fa94664;hb=3ebdd4e28382e38a181aae1eed71549f603f9025;hp=783a4e20fc57ef27367b837cddf3ed7feb2b49df;hpb=ae0940ce556aea2c6f8ffb4aa2b4351e38dfdef9;p=jalview.git diff --git a/src/MCview/PDBChain.java b/src/MCview/PDBChain.java index 783a4e2..c40cdda 100755 --- a/src/MCview/PDBChain.java +++ b/src/MCview/PDBChain.java @@ -516,10 +516,12 @@ public class PDBChain try { index = ResidueProperties.aa3Hash.get(b.at1.resName).intValue(); - b.startCol = cs.findColour(ResidueProperties.aa[index].charAt(0)); + b.startCol = cs.findColour(ResidueProperties.aa[index].charAt(0), + 0, null, null, 0f); index = ResidueProperties.aa3Hash.get(b.at2.resName).intValue(); - b.endCol = cs.findColour(ResidueProperties.aa[index].charAt(0)); + b.endCol = cs.findColour(ResidueProperties.aa[index].charAt(0), 0, + null, null, 0f); } catch (Exception e) {