clean-up onBack setting so it won't propagate from one page to the next
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5845 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
3db2839a3c
commit
a2e5fbe2ee
1 changed files with 2 additions and 0 deletions
|
@ -283,6 +283,8 @@ void __declspec(dllexport) Create(HWND hwndParent, int string_size, char *variab
|
|||
g_dialog.controlCount = 0;
|
||||
g_dialog.controls = (struct nsControl*) HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, 0);
|
||||
|
||||
g_dialog.callbacks.onBack = 0;
|
||||
|
||||
pushint((int) g_dialog.hwDialog);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue