all colours can threshold
[jalview.git] / src / jalview / appletgui / SeqPanel.java
index 27250cd..1a6853b 100755 (executable)
@@ -75,7 +75,6 @@ public class SeqPanel extends Panel
       {\r
         if(av.getWrapAlignment())\r
          return;\r
-       System.out.println("here");\r
         if(evt.isShiftDown() || evt.isAltDown() || evt.isControlDown())\r
         {\r
           if(evt.isAltDown() || evt.isControlDown())\r
@@ -492,9 +491,8 @@ public class SeqPanel extends Panel
     }\r
     else\r
     {\r
-      if(stretchGroup.cs !=null && stretchGroup.cs.canThreshold())\r
+      if(stretchGroup.cs !=null)\r
       {\r
-        ResidueColourScheme rcs =  (ResidueColourScheme) stretchGroup.cs;\r
         SliderPanel.setPIDSliderSource(ap, stretchGroup.cs, stretchGroup.getName());\r
       }\r
 \r