Hide apply and undo buttons
authoramwaterhouse <Andrew Waterhouse>
Fri, 17 Dec 2004 14:18:43 +0000 (14:18 +0000)
committeramwaterhouse <Andrew Waterhouse>
Fri, 17 Dec 2004 14:18:43 +0000 (14:18 +0000)
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