X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fjalview%2Fschemes%2FAnnotationColourGradient.java;h=6a7a3cfcf32a44a2c862cc201dce07a0ddff0b83;hb=3f89c3afc646bf1d83607110e538f20f9c01c3b2;hp=ff6673a3d3609ac955eb48b9bc9a8ea4f9f521d6;hpb=8bde1dc9a0a4538ee0a0d2a320a10540e55da61b;p=jalview.git diff --git a/src/jalview/schemes/AnnotationColourGradient.java b/src/jalview/schemes/AnnotationColourGradient.java index ff6673a..6a7a3cf 100755 --- a/src/jalview/schemes/AnnotationColourGradient.java +++ b/src/jalview/schemes/AnnotationColourGradient.java @@ -160,7 +160,7 @@ public class AnnotationColourGradient && !jalview.util.Comparison.isGap(c)) { - if (predefinedColours) + if (predefinedColours) { if(annotation.annotations[j].colour != null) return annotation.annotations[j].colour;