Merge branch 'develop' into features/JAL-2360colourSchemeApplicability
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Fri, 20 Jan 2017 14:25:58 +0000 (14:25 +0000)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Fri, 20 Jan 2017 14:25:58 +0000 (14:25 +0000)
1  2 
src/jalview/appletgui/SliderPanel.java

@@@ -73,6 -73,7 +73,7 @@@ public class SliderPanel extends Panel 
      else
      {
        sp = (SliderPanel) conservationSlider.getComponent(0);
+       sp.valueField.setText(String.valueOf(cs.getConservationInc()));
        sp.cs = cs;
      }
  
      else
      {
        pid = (SliderPanel) PIDSlider.getComponent(0);
+       pid.valueField.setText(String.valueOf(cs.getThreshold()));
        pid.cs = cs;
      }
      PIDSlider
    }
  
    /**
 -   * Hides the conservation slider panel if it is shown
 +   * Hides the Conservation slider panel if it is shown
     */
    public static void hideConservationSlider()
    {