View Single Post
Old 05-06-2017, 10:14 AM   #7
Bobflip
Human being with feelings
 
Join Date: Nov 2016
Posts: 341
Default

Quote:
Originally Posted by Youlean View Post
Did you try putting mDblAsSingleClick = true; in the constructor?
I hadn't, have just tried it now but same result. Though the desired result is that I want two double clicks to count as two single clicks.


Quote:
Originally Posted by JD Young View Post
I'm not a 100% sure, but I think I once fixed this issue by overriding OnMouseDblClick() to just call OnMouseDown().
The ISwitchControl definition already has this, and I've tried duplicating the line to call OnMouseDown() twice. No luck!
Bobflip is offline   Reply With Quote