version 1.17 - Win9x font weight bug fixed (font of title in white rect)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@979 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
33907d2658
commit
213ac85ba0
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@
|
|||
StrCmp ${CURRENTPAGE} "" "" no_first_run
|
||||
|
||||
GetDlgItem ${TEMP1} $HWNDPARENT 1037
|
||||
CreateFont ${TEMP2} "Tahoma" 10 1000
|
||||
CreateFont ${TEMP2} "Tahoma" 10 700
|
||||
SendMessage ${TEMP1} ${WM_SETFONT} ${TEMP2} 0
|
||||
SetStaticBkColor ${TEMP1} 0x00FFFFFF
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue