Hide apply and undo buttons
[jalview.git] / src / jalview / gui / SliderPanel.java
index f177867..a18b084 100755 (executable)
@@ -17,6 +17,8 @@ public class SliderPanel extends GSliderPanel
     this.ap = ap;\r
     this.cs = cs;\r
     forConservation = forConserve;\r
+    undoButton.setVisible(false);\r
+    applyButton.setVisible(false);\r
     if(forConservation)\r
     {\r
       label.setText("Enter the value by which to decrease conservation colour intensity");\r