From bc035f9065d0e043bea3686be7ed4ec51b7f1a66 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Fri, 18 Jul 2003 21:32:55 +0000 Subject: [PATCH] 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 --- Contrib/Modern UI/System.nsh | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Contrib/Modern UI/System.nsh b/Contrib/Modern UI/System.nsh index 57412646..31ed24da 100644 --- a/Contrib/Modern UI/System.nsh +++ b/Contrib/Modern UI/System.nsh @@ -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: