fixed description and locking of tree view
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5298 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
4509915db9
commit
6a8f8126af
1 changed files with 6 additions and 6 deletions
|
@ -156,9 +156,9 @@ Components page
|
|||
|
||||
${if} $0 == -1
|
||||
;No mouse hover over component in list
|
||||
SendMessage $mui.ComponentsPage.Description ${WM_SETTEXT} 0 "STR:"
|
||||
EnableWindow $mui.ComponentsPage.Description 0
|
||||
SendMessage $mui.ComponentsPage.Description ${WM_SETTEXT} 0 "STR:$mui.ComponentsPage.DescriptionText.Info"
|
||||
SendMessage $mui.ComponentsPage.DescriptionText ${WM_SETTEXT} 0 "STR:"
|
||||
EnableWindow $mui.ComponentsPage.DescriptionText 0
|
||||
SendMessage $mui.ComponentsPage.DescriptionText ${WM_SETTEXT} 0 "STR:$mui.ComponentsPage.DescriptionText.Info"
|
||||
|
||||
!macroend
|
||||
|
||||
|
@ -168,9 +168,9 @@ Components page
|
|||
!verbose ${MUI_VERBOSE}
|
||||
|
||||
${elseif} $0 == ${VAR}
|
||||
SendMessage $mui.ComponentsPage.Description ${WM_SETTEXT} 0 "STR:"
|
||||
EnableWindow $mui.ComponentsPage.Description 1
|
||||
SendMessage $mui.ComponentsPage.Description ${WM_SETTEXT} 0 "STR:${TEXT}"
|
||||
SendMessage $mui.ComponentsPage.DescriptionText ${WM_SETTEXT} 0 "STR:"
|
||||
EnableWindow $mui.ComponentsPage.DescriptionText 1
|
||||
SendMessage $mui.ComponentsPage.DescriptionText ${WM_SETTEXT} 0 "STR:${TEXT}"
|
||||
|
||||
!verbose pop
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue