Back button disabled for pages after instfiles
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1651 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
012f18733e
commit
46272ca674
1 changed files with 2 additions and 0 deletions
|
@ -1371,6 +1371,8 @@ int CEXEBuild::write_output(void)
|
|||
#endif
|
||||
if (p->id==NSIS_PAGE_INSTFILES || p->id==NSIS_PAGE_COMPLETED)
|
||||
p->back&=~2;
|
||||
if (i && (p-1)->id==NSIS_PAGE_COMPLETED)
|
||||
p->back&=~2;
|
||||
}
|
||||
(--p)->next=LANG_BTN_CLOSE;
|
||||
if (p->id==NSIS_PAGE_COMPLETED) (--p)->next=LANG_BTN_CLOSE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue