TreeView should not send two click notifications when bTrack is true.

This commit is contained in:
Mike Hearn 2003-03-27 00:00:42 +00:00 committed by Alexandre Julliard
parent 8b9bf9ff0f
commit d0300d92e3
1 changed files with 1 additions and 1 deletions

View File

@ -3919,7 +3919,7 @@ TREEVIEW_LButtonDown(TREEVIEW_INFO *infoPtr, LPARAM lParam)
}
}
if (TREEVIEW_SendSimpleNotify(infoPtr, NM_CLICK))
if (bTrack && TREEVIEW_SendSimpleNotify(infoPtr, NM_CLICK))
goto setfocus;
/*