From: gmungoc Date: Wed, 26 Sep 2018 14:08:11 +0000 (+0100) Subject: JAL-3125 tidy up X-Git-Tag: Release_2_11_1_0~83 X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=b3fd7c6e37dae89dbd96f45e78e4d04aa2de0374 JAL-3125 tidy up --- diff --git a/src/jalview/gui/FeatureTypeSettings.java b/src/jalview/gui/FeatureTypeSettings.java index 43a9e6a..1163ae6 100644 --- a/src/jalview/gui/FeatureTypeSettings.java +++ b/src/jalview/gui/FeatureTypeSettings.java @@ -366,8 +366,7 @@ public class FeatureTypeSettings extends JalviewDialog : BELOW_THRESHOLD_OPTION); slider.setEnabled(true); slider.setValue((int) (fc.getThreshold() * scaleFactor)); - float roundedSliderValue = getRoundedSliderValue(); - thresholdValue.setText(String.valueOf(fc.getThreshold()));// roundedSliderValue)); + thresholdValue.setText(String.valueOf(fc.getThreshold())); thresholdValue.setEnabled(true); thresholdIsMin.setEnabled(true); }