fix NOSTRETCH option for header image
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5279 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
d498d8805a
commit
d191cda8f8
1 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ Var mui.Button.Back
|
|||
!ifndef MUI_HEADERIMAGE_UNBITMAP
|
||||
!define MUI_HEADERIMAGE_UNBITMAP "${MUI_HEADERIMAGE_BITMAP}"
|
||||
!ifdef MUI_HEADERIMAGE_BITMAP_NOSTRETCH
|
||||
!insertmacro MUI_SET MUI_HEADERIMAGE_UNBITMAP_NOSTRETCH
|
||||
!insertmacro MUI_SET MUI_HEADERIMAGE_UNBITMAP_NOSTRETCH ""
|
||||
!endif
|
||||
!endif
|
||||
|
||||
|
@ -66,7 +66,7 @@ Var mui.Button.Back
|
|||
!ifndef MUI_HEADERIMAGE_UNBITMAP_RTL
|
||||
!define MUI_HEADERIMAGE_UNBITMAP_RTL "${MUI_HEADERIMAGE_BITMAP_RTL}"
|
||||
!ifdef MUI_HEADERIMAGE_BITMAP_RTL_NOSTRETCH
|
||||
!insertmacro MUI_SET MUI_HEADERIMAGE_UNBITMAP_RTL_NOSTRETCH
|
||||
!insertmacro MUI_SET MUI_HEADERIMAGE_UNBITMAP_RTL_NOSTRETCH ""
|
||||
!endif
|
||||
!endif
|
||||
!endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue