LeftButtonPressEvent of vtkResliceCursorWidget

Hi Paulo,

thanks for your response. I actually don’t use subclasses at all, I simply register to the events of the interactor, e.g. LeftButtonPressEvt. This works fine for the vtkRenderWindow, when I click into the window the event is called.
However if I click on a widget (e.g. vtkResliceCursorWidget), the widget seems to completely swallow the event and the click handler of the renderwindow is not called. The vtkResliceCursorWidget exposes an event LeftButtonPressEvt, but that handler is never called upon clicking.
I think my issue is similar to this one: LeftButtonPressEvent to vtkButtonWidget
I can provide a code sample shortly.