Dreikblack Posted November 26, 2024 Posted November 26, 2024 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
Solution Dreikblack Posted November 27, 2024 Author Solution Posted November 27, 2024 Found out that i was my fault - my widget for buttons was making selected button non interactive and i forgot about that 1 Quote
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.