JAL-2432 recover state for ‘display percentage’ checkbox
[jalview.git] / src / jalview / appletgui / AnnotationColumnChooser.java
index 0319b5c..b139fb8 100644 (file)
@@ -182,6 +182,7 @@ public class AnnotationColumnChooser extends AnnotationRowFilter implements
               .getThreshold().getSelectedIndex());
       actionOption = lastChooser
               .getActionOption();
+      percentThreshold.setState(lastChooser.percentThreshold.getState());
     }
 
     try