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]) {
|
foreach (chklist; checklist_group[grp]) {
|
||||||
if (chklist == current_checklist) {
|
if (chklist == current_checklist) {
|
||||||
setChecklistGroup(grp);
|
setChecklistGroup(grp);
|
||||||
|
setprop("sim/gui/dialogs/checklist/selected-checklist", current_checklist);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue