No need for minorSpacing
authoramwaterhouse <Andrew Waterhouse>
Wed, 5 Apr 2006 11:40:46 +0000 (11:40 +0000)
committeramwaterhouse <Andrew Waterhouse>
Wed, 5 Apr 2006 11:40:46 +0000 (11:40 +0000)
src/jalview/gui/AnnotationColourChooser.java

index d49a4b6..0209d76 100755 (executable)
@@ -319,7 +319,6 @@ public class AnnotationColourChooser
       slider.setValue( (int) (currentAnnotation.threshold.value * 1000));\r
       thresholdValue.setText(currentAnnotation.threshold.value + "");\r
       slider.setMajorTickSpacing( (int) (range / 10f));\r
-      slider.setMinorTickSpacing( (int) (range / 100f));\r
       slider.setEnabled(true);\r
       thresholdValue.setEnabled(true);\r
       adjusting = false;\r