Skip to content
Snippets Groups Projects
Commit d12e8007 authored by Dan Lipsa's avatar Dan Lipsa
Browse files

BUG: InteractorEventRecorder bug results warning about passive observer.

The InteractorEventRecorder watches key press events using a passive
observer. A delete event was also added as a passive observer but
the delete event caused removing an observer which resulted in the
warning.
The warning was:
vtkObject.cxx:533 Passive observer should not call AddObserver or RemoveObserver in callback.
for
vtkInteractionWidgetsPython-TestSphereWidget
and maybe other tests.
parent 91926759
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment