Fix bug with Treeview_SelectItem reselecting the same item.
This commit is contained in:
parent
af056e7e24
commit
30cde9b1a8
|
@ -4130,9 +4130,6 @@ TREEVIEW_DoSelectItem(TREEVIEW_INFO *infoPtr, INT action, HTREEITEM newSelect,
|
|||
case TVGN_CARET:
|
||||
prevSelect = infoPtr->selectedItem;
|
||||
|
||||
if (prevSelect == newSelect)
|
||||
return FALSE;
|
||||
|
||||
if (TREEVIEW_SendTreeviewNotify(infoPtr,
|
||||
TVN_SELCHANGINGW,
|
||||
cause,
|
||||
|
|
Loading…
Reference in New Issue