set background color of link control
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2749 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
061dce82f1
commit
bc035f9065
1 changed files with 11 additions and 0 deletions
|
@ -1284,6 +1284,17 @@ Var MUI_TEMP2
|
|||
!endif
|
||||
SetBkColor $MUI_TEMP1 "${MUI_BGCOLOR}"
|
||||
!endif
|
||||
|
||||
!ifdef MUI_FINISHPAGE_LINK
|
||||
!ifdef MUI_FINISHPAGE_RUN & MUI_FINISHPAGE_SHOWREADME
|
||||
GetDlgItem $MUI_TEMP1 $MUI_HWND 1205
|
||||
!else ifdef MUI_FINISHPAGE_RUN | MUI_FINISHPAGE_SHOWREADME
|
||||
GetDlgItem $MUI_TEMP1 $MUI_HWND 1204
|
||||
!else
|
||||
GetDlgItem $MUI_TEMP1 $MUI_HWND 1203
|
||||
!endif
|
||||
SetBkColor $MUI_TEMP1 "${MUI_BGCOLOR}"
|
||||
!endif
|
||||
|
||||
!ifndef MUI_FINISHPAGE_NOREBOOTSUPPORT
|
||||
mui.finish_show:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue