Page MenuHomePhabricator

Segmentation fault when adding a PointData in the DataStorage
Closed, ResolvedPublic

Description

To reproduce it, add an PointData to the DataStorage.

Event Timeline

In mitk::PolyDataGLMapper2D::Paint, if the node does not have a transform it crashes. A verification if the transform really exists was added.

c17840