Rewrote a lot of the components tree code:
- Added SF_PSELECTED for partially selected sub-sections - SF_EXPAND now refreshes the components tree - Fixed problems with sub-sections with RO sections as children - (-1) sent to .onMouseOverSection when mouse over nothing - RO sections can now be in InstTypes too (default to old behavior) - Optimized code git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2436 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
894fe5b29e
commit
18269262a9
5 changed files with 206 additions and 207 deletions
|
@ -229,6 +229,10 @@
|
|||
FindWindow ${MUI_TEMP1} "#32770" "" $HWNDPARENT
|
||||
GetDlgItem ${MUI_TEMP1} ${MUI_TEMP1} 1043
|
||||
|
||||
StrCmp $0 -1 "" +3
|
||||
SendMessage ${MUI_TEMP1} ${WM_SETTEXT} 0 "STR:"
|
||||
Goto mui.description_done
|
||||
|
||||
!ifndef MUI_NOVERBOSE & MUI_MANUALVERBOSE
|
||||
!verbose 4
|
||||
!endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue