| 540 | } |
| 541 | |
| 542 | void QmitkMultiLabelManager::OnGroupEvent(mitk::MultiLabelSegmentation::GroupIndexType /*groupIndex*/) |
| 543 | { |
| 544 | if (!m_Controls->labelInspector->GetModelManipulationOngoing()) |
| 545 | this->UpdateControls(); |
| 546 | } |
| 547 | |
| 548 | void QmitkMultiLabelManager::OnModelUpdated() |
| 549 | { |
no test coverage detected