Finish page - reshow controls for all cases, not just when the next button was clicked
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2796 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
962d787224
commit
002978818c
1 changed files with 3 additions and 2 deletions
|
@ -1325,8 +1325,6 @@ Var MUI_TEMP2
|
|||
!endif
|
||||
|
||||
!insertmacro MUI_INSTALLOPTIONS_SHOW_RETURN
|
||||
Pop $MUI_TEMP1
|
||||
StrCmp $MUI_TEMP1 "success" 0 mui.finish_done
|
||||
|
||||
GetDlgItem $MUI_TEMP1 $HWNDPARENT 1028
|
||||
ShowWindow $MUI_TEMP1 ${SW_NORMAL}
|
||||
|
@ -1345,6 +1343,9 @@ Var MUI_TEMP2
|
|||
|
||||
GetDlgItem $MUI_TEMP1 $HWNDPARENT 1045
|
||||
ShowWindow $MUI_TEMP1 ${SW_HIDE}
|
||||
|
||||
Pop $MUI_TEMP1
|
||||
StrCmp $MUI_TEMP1 "success" 0 mui.finish_done
|
||||
|
||||
!ifndef MUI_FINISHPAGE_NOREBOOTSUPPORT
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue