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

diff --git a/dlls/comctl32/treeview.c b/dlls/comctl32/treeview.c
index 508f22d..f574609 100644
--- a/dlls/comctl32/treeview.c
+++ b/dlls/comctl32/treeview.c
@@ -3919,7 +3919,7 @@
         }
     }
 
-    if (TREEVIEW_SendSimpleNotify(infoPtr, NM_CLICK))
+    if (bTrack && TREEVIEW_SendSimpleNotify(infoPtr, NM_CLICK))
         goto setfocus;
 
     /*