Skip to content

Fix bug in vtkMapper::GetBounds.

Allison Vacanti requested to merge allisonvacanti/vtk:mapper_update_fix into master

Calling Update can delete the dataset returned by GetInput if the input source changes. Move the call to Update before GetInput.

Merge request reports