git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f82c49
)
JAL-3125 tidy up
author
gmungoc
<g.m.carstairs@dundee.ac.uk>
Wed, 26 Sep 2018 14:08:11 +0000
(15:08 +0100)
committer
gmungoc
<g.m.carstairs@dundee.ac.uk>
Wed, 26 Sep 2018 14:08:11 +0000
(15:08 +0100)
src/jalview/gui/FeatureTypeSettings.java
patch
|
blob
|
history
diff --git
a/src/jalview/gui/FeatureTypeSettings.java
b/src/jalview/gui/FeatureTypeSettings.java
index
43a9e6a
..
1163ae6
100644
(file)
--- 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);
}