fixed bug #1742793 - ReverseSection macro in Sections.nsh doesn't work
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5170 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
f8b999c03a
commit
a251629bdb
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@
|
|||
|
||||
Push $0
|
||||
Push $1
|
||||
StrCpy $1 "${SECTION}"
|
||||
SectionGetFlags $1 $0
|
||||
IntOp $0 $0 ^ ${SF_SELECTED}
|
||||
SectionSetFlags $1 $0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue