Dreikblack Posted November 26 Share Posted November 26 I have a parent widget with several children on it. All widgets are custom. MouseDown and MouseUp works without problem for children widgets, but DoubleClick is called only for parent widget when cursor on child widget, except when cursor on top pixel of child widget (y == 0). Why it may happens? Did not reproduce it yet for simple case. When and how exactly DoubleClick is called? Does that depends on other methods like MouseDown, MouseEnter etc.? Quote Link to comment Share on other sites More sharing options...
Solution Dreikblack Posted November 27 Author Solution Share Posted November 27 Found out that i was my fault - my widget for buttons was making selected button non interactive and i forgot about that 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.