1
0
Fork 0

Remember selected checklist

Bug fix from Michael DANILOV
This commit is contained in:
Stuart Buchanan 2020-10-08 19:01:15 +01:00
parent 738cd3d963
commit 5e24ce0684

View file

@ -93,6 +93,7 @@
foreach (chklist; checklist_group[grp]) {
if (chklist == current_checklist) {
setChecklistGroup(grp);
setprop("sim/gui/dialogs/checklist/selected-checklist", current_checklist);
}
}
}