Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: Fix unnecessary confirmation popup after hovering over markups
When the mouse hovers over markups, active component (that is shown highlighted with different color) temporarily changes. These changes also triggered MTime update in the display node, which resulted in unnecessary confirmation popups at scene close or exit. Updated vtkMRMLMarkupsDisplayNode to invoke a modified event if active component is changed, but do not update its MTime to prevent unnecessary warning popups.
- Loading branch information