First page a custom page now works
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1682 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
b9381d0d5d
commit
14628a4daf
1 changed files with 1 additions and 1 deletions
|
@ -489,7 +489,7 @@ BOOL CALLBACK DialogProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
|||
// if the last page was a custom page, wait for it to finish by itself.
|
||||
// if it doesn't, it's a bad plugin.
|
||||
// plugins should react to WM_NOTIFY_OUTER_NEXT.
|
||||
if (this_page->id<0) return 0;
|
||||
if (m_delta&&this_page->id<0) return 0;
|
||||
|
||||
nextPage:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue