Skip to content

BUG: ImagePlaneWidget TextureVisibility

Bill Lorensen requested to merge lorensen/vtk:Segfault_ImagePlaneWidget into master

Only turn on texture if TextureVisibility is true AND ImageData is not null. Otherwise, OpenGLPolyDataMapper will crash.

Merge request reports