TreeView should not send two click notifications when bTrack is true.
This commit is contained in:
parent
8b9bf9ff0f
commit
d0300d92e3
|
@ -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;
|
goto setfocus;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue