X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fgui%2FFeatureTypeSettings.java;h=1163ae6c076dd576347268f3185db690083c7678;hb=70f74b2600163cb6da6e32a438a776630e4b5cb4;hp=43a9e6a84d03d72235c028bd1f2b885a7f485403;hpb=4f82c499b4e95c7ef83fb09b8670d6b1b568cd3e;p=jalview.git 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); }