X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fgui%2FAnnotationColourChooser.java;h=477fd6a5db6d5b9f153a4966b91e657360b2b477;hb=d043ce47fc710d3eb2629ba926a8a7417bd67d8c;hp=1c3a646fa6fb2d71612ec79d5538f80e7c752d7b;hpb=49db0dff1da16c3355b43a41498c1fc93ef47e91;p=jalview.git diff --git a/src/jalview/gui/AnnotationColourChooser.java b/src/jalview/gui/AnnotationColourChooser.java index 1c3a646..477fd6a 100644 --- a/src/jalview/gui/AnnotationColourChooser.java +++ b/src/jalview/gui/AnnotationColourChooser.java @@ -146,8 +146,7 @@ public class AnnotationColourChooser extends AnnotationRowFilter "error.implementation_error_dont_know_about_threshold_setting")); } thresholdIsMin.setSelected(acg.isThresholdIsMinMax()); - thresholdValue - .setText(String.valueOf(acg.getAnnotationThreshold())); + thresholdValue.setText(String.valueOf(acg.getAnnotationThreshold())); } jbInit(); @@ -458,8 +457,7 @@ public class AnnotationColourChooser extends AnnotationRowFilter { continue; } - sg.setColourScheme( - acg.getInstance(av, sg)); + sg.setColourScheme(acg.getInstance(av, sg)); } } }