Kitware / itk-vtk-viewer

2D / 3D web image, mesh, and point set viewer using itk-wasm and vtk.js
https://kitware.github.io/itk-vtk-viewer/
BSD 3-Clause "New" or "Revised" License
210 stars 64 forks source link

fix(ItkVtkViewProxy): grab crop handles when animating #559

Closed PaulHax closed 2 years ago

PaulHax commented 2 years ago

Add subclassed WidgetManager to handle events even when interactor is animating (like with FPS speed checks or auto rotating).

The FPS speed check after each crop handle change triggered the renderWindow.interactor to be animating which disabled the WidgetManager from handling events.

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 14.10.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: