a section group can't be both selected and toggled
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3893 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
c5d4422fd6
commit
931f5e42c2
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ unsigned int NSISCALL RefreshSectionGroups(unsigned int i) {
|
||||||
sections[sec].flags |= SF_PSELECTED;
|
sections[sec].flags |= SF_PSELECTED;
|
||||||
} else {
|
} else {
|
||||||
sections[sec].flags |= SF_SELECTED;
|
sections[sec].flags |= SF_SELECTED;
|
||||||
|
sections[sec].flags &= ~SF_TOGGLED;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue