Skip to content

ENH: Fixed markup position at time of MarkupAddedEvent

When vtkMRMLMarkupsNode::MarkupAddedEvent was triggered the markup position had always (0,0,0) position and it was later corrected in a subsequent modification. This made it difficult to develop modules that used markups to get a single point position.

Merge request reports