removed unneeded test
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3872 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
057a91aa70
commit
6008ab4265
1 changed files with 5 additions and 7 deletions
|
@ -56,13 +56,11 @@ unsigned int NSISCALL RefreshSectionGroups(unsigned int i) {
|
|||
}
|
||||
|
||||
if (flags & SF_SECGRPEND) {
|
||||
if (sections[sec].flags & SF_SECGRP) {
|
||||
if (selected) {
|
||||
if (not_selected) {
|
||||
sections[sec].flags |= SF_PSELECTED;
|
||||
} else {
|
||||
sections[sec].flags |= SF_SELECTED;
|
||||
}
|
||||
if (selected) {
|
||||
if (not_selected) {
|
||||
sections[sec].flags |= SF_PSELECTED;
|
||||
} else {
|
||||
sections[sec].flags |= SF_SELECTED;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue