Now, IO bitmaps never have any surrounding background.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3497 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
6f96381818
commit
703548d9bf
1 changed files with 365 additions and 375 deletions
|
@ -2,7 +2,7 @@
|
|||
;Macro System
|
||||
;Written by Joost Verburg
|
||||
|
||||
;Copyright Š 2002-2003 Joost Verburg
|
||||
;Copyright © 2002-2004 Joost Verburg
|
||||
|
||||
;Documentation: Readme.html
|
||||
;License: License.txt
|
||||
|
@ -1177,11 +1177,6 @@ Var MUI_TEMP2
|
|||
GetDlgItem $MUI_TEMP1 $MUI_HWND 1202
|
||||
SetCtlColors $MUI_TEMP1 "" "${MUI_BGCOLOR}"
|
||||
|
||||
!ifdef MUI_${MUI_PAGE_UNINSTALLER_PREFIX}WELCOMEFINISHPAGE_BITMAP_NOSTRETCH
|
||||
GetDlgItem $MUI_TEMP1 $MUI_HWND 1200
|
||||
SetCtlColors $MUI_TEMP1 "" "${MUI_BGCOLOR}"
|
||||
!endif
|
||||
|
||||
!insertmacro MUI_PAGE_FUNCTION_CUSTOM SHOW
|
||||
|
||||
!insertmacro MUI_INSTALLOPTIONS_SHOW
|
||||
|
@ -1632,11 +1627,6 @@ Var MUI_TEMP2
|
|||
GetDlgItem $MUI_TEMP1 $MUI_HWND 1202
|
||||
SetCtlColors $MUI_TEMP1 "" "${MUI_BGCOLOR}"
|
||||
|
||||
!ifdef MUI_${MUI_PAGE_UNINSTALLER_PREFIX}WELCOMEFINISHPAGE_BITMAP_NOSTRETCH
|
||||
GetDlgItem $MUI_TEMP1 $MUI_HWND 1200
|
||||
SetCtlColors $MUI_TEMP1 "" "${MUI_BGCOLOR}"
|
||||
!endif
|
||||
|
||||
!ifndef MUI_FINISHPAGE_NOREBOOTSUPPORT
|
||||
|
||||
IfRebootFlag 0 mui.finish_noreboot_show
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue