| 179 | } |
| 180 | |
| 181 | void QmitkMultiLabelSelectionLabel::leaveEvent(QEvent* /*event*/ ) |
| 182 | { |
| 183 | if (m_SegmentationNode.IsNotNull()) |
| 184 | { |
| 185 | m_LabelHighlightGuard.SetHighlightedLabels({}); |
| 186 | } |
| 187 | } |
nothing calls this directly
no test coverage detected