Fix bug with Treeview_SelectItem reselecting the same item.

This commit is contained in:
Crestez Leonard 2005-01-07 15:34:25 +00:00 committed by Alexandre Julliard
parent af056e7e24
commit 30cde9b1a8
1 changed files with 0 additions and 3 deletions

View File

@ -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,