simed
27-10-2011 14:28:59
I have an invisible panel with Windows inside it. I find that the empty panel still eats mouse events. What I want is for panel's children to receive mouse events, but the panel itself should not. Is it possible? I can easily stop the panel consuming mouse events (e.g by disabling it) but then the child windows stop working too.
So can I make Widget's children accept mouse, but not the parent widget itself?
So can I make Widget's children accept mouse, but not the parent widget itself?