| 1336 | } |
| 1337 | |
| 1338 | void C3DPlotFrame::UpdateTitle() |
| 1339 | { |
| 1340 | TemplateFrame::UpdateTitle(); |
| 1341 | control->UpdateAxesLabels(canvas->GetNameWithTime(0), |
| 1342 | canvas->GetNameWithTime(1), |
| 1343 | canvas->GetNameWithTime(2)); |
| 1344 | } |
| 1345 |
nothing calls this directly
no test coverage detected