Skip to content

Fix `vtkInteractorStyle`'s response to double-clicks.

David Thompson requested to merge dcthomp/vtk:context-double-click into master

This appears to have been broken by !7193 (merged) (SHA 889ed965) which consumed double-clicks further upstream but did not expose them again to interactor styles.

Merge request reports