Skip to content

Fix timers in VTK9 vtkXRenderWindowInteractor

There was an extra XNextEvent() call that was made when events were not pending, causing the interactor to wait until the next XEvent and ignore all timers until that event arrived.

Closes #17918 (closed)


Backport: release

Edited by Ben Boeckel

Merge request reports