preserve "sorted" state over runs

This commit is contained in:
Wisser
2018-11-05 08:39:01 +01:00
parent 54c1a7067e
commit 08487c3608
@@ -228,6 +228,7 @@ public class ExportDialog extends javax.swing.JDialog {
fields.put("threads", threads);
fields.put("rowsPerThread", rowsPerThread);
fields.put("unicode", unicode);
fields.put("sorted", sortedCheckBox);
for (Map.Entry<String, JTextField> e: parameterEditor.textfieldsPerParameter.entrySet()) {
fields.put("$" + e.getKey(), e.getValue());
}