| 203 | } |
| 204 | |
| 205 | void QmitkMultiLabelSelectionButton::leaveEvent(QEvent* /*event*/) |
| 206 | { |
| 207 | if (m_SegmentationNode.IsNotNull()) |
| 208 | { |
| 209 | m_LabelHighlightGuard.SetHighlightedLabels({}); |
| 210 | } |
| 211 | } |
nothing calls this directly
no test coverage detected