Skip to content

Make sure the mapper is set in PVLODActor

Ken Martin requested to merge ken-martin/paraview:assign_mapper_lod into master

The PVLODActor uses a Device internally that is an actor, but it never sets the mapper on this Device which causes incorrect results to be returned from calls such as GetBounds on that Device.

Merge request reports