Commit 5307b3f5 authored by Martin Fuchs's avatar Martin Fuchs Committed by Alexandre Julliard

Return TRUE for TVM_EXPAND if treeview item is already expanded.

parent 0c954aeb
......@@ -3093,7 +3093,7 @@ TREEVIEW_Expand(TREEVIEW_INFO *infoPtr, TREEVIEW_ITEM *wineItem,
TRACE("\n");
if (wineItem->state & TVIS_EXPANDED)
return FALSE;
return TRUE;
TRACE("TVE_EXPAND %p %s\n", wineItem, TREEVIEW_ItemName(wineItem));
......
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