fixed bug #1397031 - masked checkboxes don't redraw on Windows 95
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4479 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
494a87fd0c
commit
4a9416330d
1 changed files with 2 additions and 0 deletions
|
@ -1104,6 +1104,8 @@ static void FORCE_INLINE NSISCALL RefreshComponents(HWND hwTree, HTREEITEM *item
|
|||
TreeView_Expand(hwTree, item.hItem, (flags & SF_EXPAND) ? TVE_EXPAND : TVE_COLLAPSE);
|
||||
TreeView_SetItem(hwTree, &item);
|
||||
}
|
||||
|
||||
InvalidateRect(hwTree, NULL, TRUE);
|
||||
}
|
||||
|
||||
int NSISCALL TreeGetSelectedSection(HWND tree, BOOL mouse)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue