use TreeView_* instead of TVM_*, it looks nicer
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4362 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
0bf379e18e
commit
833b9ab873
1 changed files with 2 additions and 2 deletions
|
@ -1150,8 +1150,8 @@ static BOOL CALLBACK SelProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lPar
|
|||
|
||||
TreeView_SetImageList(hwndTree1, hImageList, TVSIL_STATE);
|
||||
|
||||
if (SendMessage(hwndTree1, TVM_GETITEMHEIGHT, 0, 0) < 16)
|
||||
SendMessage(hwndTree1, TVM_SETITEMHEIGHT, 16, 0);
|
||||
if (TreeView_GetItemHeight(hwndTree1) < 16)
|
||||
TreeView_SetItemHeight(hwndTree1, 16);
|
||||
|
||||
DeleteObject(hBMcheck1);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue