28 bytes down
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1308 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
9e23d348ef
commit
c9f0b33f2d
2 changed files with 15 additions and 21 deletions
|
@ -1514,7 +1514,7 @@ static int NSISCALL ExecuteEntry(entry *entry_)
|
|||
g_inst_section[x].flags=process_string_fromparm_toint(2);
|
||||
if (g_SectionHack)
|
||||
{
|
||||
SendMessage(g_SectionHack,WM_USER+0x18,x,(LPARAM)!!(g_inst_section[x].flags&SF_SELECTED));
|
||||
SendMessage(g_SectionHack,WM_USER+0x18,x,(LPARAM)(g_inst_section[x].flags&SF_SELECTED));
|
||||
}
|
||||
}
|
||||
else // get flags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue