JAL-2432 recover state for ‘display percentage’ checkbox
[jalview.git] / src / jalview / gui / AnnotationColumnChooser.java
index bfe2f81..d0f1247 100644 (file)
@@ -125,6 +125,8 @@ public class AnnotationColumnChooser extends AnnotationRowFilter implements
               .getThreshold().getSelectedIndex());
       actionOption = lastChooser
               .getActionOption();
+      percentThreshold.setSelected(lastChooser.percentThreshold
+              .isSelected());
     }
 
     try