X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fgui%2FAnnotationColourChooser.java;h=4e9a26d4e2b35078b550f20443d71eae53a590c1;hb=57738a1f3c19b1c3a00bd3ac5108f8cd0af32f99;hp=ad013f5bb1a90478c99967c3ce79a70c6c862b24;hpb=e7338a61f3ce96dadf44ac80b2b32cc5ba4b94c8;p=jalview.git diff --git a/src/jalview/gui/AnnotationColourChooser.java b/src/jalview/gui/AnnotationColourChooser.java index ad013f5..4e9a26d 100644 --- a/src/jalview/gui/AnnotationColourChooser.java +++ b/src/jalview/gui/AnnotationColourChooser.java @@ -145,8 +145,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(); @@ -437,8 +436,7 @@ public class AnnotationColourChooser extends AnnotationRowFilter { continue; } - sg.setColourScheme( - acg.getInstance(av, sg)); + sg.setColourScheme(acg.getInstance(av, sg)); } } }