Commit 4507905f authored by David Hedberg's avatar David Hedberg Committed by Alexandre Julliard

comctl32: Don't break on TVIS_NOSINGLEEXPAND.

parent e7a3998c
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment