comctl32: Don't break on TVIS_NOSINGLEEXPAND.

This commit is contained in:
David Hedberg 2010-08-18 07:08:11 +02:00 committed by Alexandre Julliard
parent e7a3998c1f
commit 4507905f8b
1 changed files with 3 additions and 0 deletions

View File

@ -4351,6 +4351,9 @@ TREEVIEW_DoSelectItem(TREEVIEW_INFO *infoPtr, INT action, HTREEITEM newSelect,
switch (action)
{
case TVGN_CARET|TVSI_NOSINGLEEXPAND:
FIXME("TVSI_NOSINGLEEXPAND specified.\n");
/* Fall through */
case TVGN_CARET:
prevSelect = infoPtr->selectedItem;