unload nsDialogs after it's done
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5293 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
b174b480d4
commit
cbe80ab734
1 changed files with 1 additions and 1 deletions
|
@ -407,7 +407,7 @@ Finish page (implemented using nsDialogs)
|
|||
;Show page
|
||||
Call ${MUI_PAGE_UNINSTALLER_FUNCPREFIX}muiPageLoadFullWindow
|
||||
!insertmacro MUI_PAGE_FUNCTION_CUSTOM SHOW
|
||||
nsDialogs::Show /NOUNLOAD
|
||||
nsDialogs::Show
|
||||
Call ${MUI_PAGE_UNINSTALLER_FUNCPREFIX}muiPageUnloadFullWindow
|
||||
|
||||
!ifdef MUI_FINISHPAGE_CANCEL_ENABLED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue