Tell our parent that this Path has been modified
| 486 | |
| 487 | /// Tell our parent that this Path has been modified |
| 488 | void Marker::inspectPostApply() |
| 489 | { |
| 490 | SimPath::Path *path = dynamic_cast<SimPath::Path*>(getGroup()); |
| 491 | if (path) |
| 492 | path->updatePath(); |
| 493 | } |
| 494 | |
| 495 | |
| 496 | //-------------------------------------------------------------------------- |
nothing calls this directly
no test coverage detected