From: amwaterhouse Date: Mon, 18 Apr 2005 16:01:42 +0000 (+0000) Subject: show sliders when first selecting conservation,PID X-Git-Tag: Release_2_0~390 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=5929445a0af66d200677bf23b26f4bdbab2e4c0c;p=jalview.git show sliders when first selecting conservation,PID --- diff --git a/src/jalview/gui/AlignFrame.java b/src/jalview/gui/AlignFrame.java index 80f16a3..bdb9700 100755 --- a/src/jalview/gui/AlignFrame.java +++ b/src/jalview/gui/AlignFrame.java @@ -907,9 +907,9 @@ public class AlignFrame extends GAlignFrame else changeColour( cs ); + modifyConservation_actionPerformed(null); } - // boolean coloursChanging = false; public void abovePIDThreshold_actionPerformed(ActionEvent e) { viewport.setAbovePIDThreshold(abovePIDThreshold.isSelected()); @@ -923,6 +923,8 @@ public class AlignFrame extends GAlignFrame changeColour( ((ConservationColourScheme)cs).cs ); else changeColour( cs ); + + modifyPID_actionPerformed(null); }