X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fgui%2FAnnotationRowFilter.java;h=c8bd69c8389cd2f3a97f41205b16379de47990a6;hb=76caf07872d92bdc21faaa9278d9cccd7609d9b8;hp=37f1e554fc31983e48321f28434638142ff970e3;hpb=a49b953d151391cd9526a7655997c6409f20306c;p=jalview.git diff --git a/src/jalview/gui/AnnotationRowFilter.java b/src/jalview/gui/AnnotationRowFilter.java index 37f1e55..c8bd69c 100644 --- a/src/jalview/gui/AnnotationRowFilter.java +++ b/src/jalview/gui/AnnotationRowFilter.java @@ -329,8 +329,8 @@ public abstract class AnnotationRowFilter extends JPanel } } - protected boolean colorAlignmContaining( - AlignmentAnnotation currentAnn, int selectedThresholdOption) + protected boolean colorAlignmContaining(AlignmentAnnotation currentAnn, + int selectedThresholdOption) { AnnotationColourGradient acg = null; @@ -347,8 +347,7 @@ public abstract class AnnotationRowFilter extends JPanel } acg.setSeqAssociated(seqAssociated.isSelected()); - if (currentAnn.graphMin == 0f - && currentAnn.graphMax == 0f) + if (currentAnn.graphMin == 0f && currentAnn.graphMax == 0f) { acg.setPredefinedColours(true); }