Closedown

This commit is contained in:
sfop
2016-08-31 16:56:12 +02:00
parent 44e0e1302b
commit 99ddce446f
4 changed files with 204 additions and 21 deletions

View File

@@ -386,7 +386,7 @@ public class GunSolenoidAlignment extends Panel {
args.put("number_backgrounds", spinnerNumBackgrounds.getValue());
args.put("use_background", checkBackground.isSelected());
args.put("multiple_background", radioBackMultiple.isSelected());
args.put("do_elog", Boolean.FALSE); // checkElog.isSelected()
args.put("do_elog", checkElog.isSelected());
runAsync("Alignment/Gun_solenoid_alignment", args).thenAccept((Object ret) -> {
List l = (List) ret;