Remember selected checklist
Bug fix from Michael DANILOV
This commit is contained in:
parent
738cd3d963
commit
5e24ce0684
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@
|
|||
foreach (chklist; checklist_group[grp]) {
|
||||
if (chklist == current_checklist) {
|
||||
setChecklistGroup(grp);
|
||||
setprop("sim/gui/dialogs/checklist/selected-checklist", current_checklist);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue