mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
stop icon from changing when selected.
This change doesn't seem quite right to me, but it works for now svn path=/trunk/; revision=24310
This commit is contained in:
@@ -24,7 +24,7 @@ InsertIntoTreeView(HWND hTV,
|
||||
ZeroMemory(&tvi, sizeof(tvi));
|
||||
ZeroMemory(&tvins, sizeof(tvins));
|
||||
|
||||
tvi.mask = TVIF_TEXT | TVIF_IMAGE;
|
||||
tvi.mask = TVIF_TEXT | TVIF_IMAGE | TVIF_SELECTEDIMAGE;
|
||||
tvi.pszText = lpLabel;
|
||||
tvi.cchTextMax = lstrlen(lpLabel);
|
||||
tvi.iImage = DevImage;
|
||||
|
||||
Reference in New Issue
Block a user