Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/treeview.c:
!(item->state & TVIS_EXPANDEDONCE)); if (sendsNotifications) {
- if (!TREEVIEW_SendExpanding(infoPtr, item, TVE_EXPAND))
- {
TRACE(" TVN_ITEMEXPANDING returned TRUE, exiting...\n");
return FALSE;
- }
if (!TREEVIEW_SendExpanding(infoPtr, item, TVE_EXPAND))
{
TRACE(" TVN_ITEMEXPANDING returned TRUE, exiting...\n");
return TRUE;
This is the only changed line. Please avoid whitespace changes for other lines.