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:
kichik 2005-02-04 14:17:11 +00:00
parent c5d4422fd6
commit 931f5e42c2

View file

@ -61,6 +61,7 @@ unsigned int NSISCALL RefreshSectionGroups(unsigned int i) {
sections[sec].flags |= SF_PSELECTED;
} else {
sections[sec].flags |= SF_SELECTED;
sections[sec].flags &= ~SF_TOGGLED;
}
}