From 461aa4b633d745b9dfffd282fe5e98647b541c94 Mon Sep 17 00:00:00 2001 From: anders_k Date: Sun, 26 Oct 2014 23:07:24 +0000 Subject: [PATCH] Make sure MUI2 UNBITMAP*_STRETCH have default values when using custom bitmaps git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6566 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Modern UI 2/Interface.nsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Contrib/Modern UI 2/Interface.nsh b/Contrib/Modern UI 2/Interface.nsh index 24f1eeca..ab2ca844 100644 --- a/Contrib/Modern UI 2/Interface.nsh +++ b/Contrib/Modern UI 2/Interface.nsh @@ -74,6 +74,9 @@ Var mui.Button.Back !endif !endif + !insertmacro MUI_DEFAULT MUI_HEADERIMAGE_UNBITMAP_STRETCH ${MUI_HEADERIMAGE_BITMAP_STRETCH} + !insertmacro MUI_DEFAULT MUI_HEADERIMAGE_UNBITMAP_RTL_STRETCH ${MUI_HEADERIMAGE_BITMAP_RTL_STRETCH} + !endif ;Default texts