Catch an update scan event and move the progress bar
| 460 | |
| 461 | // Catch an update scan event and move the progress bar |
| 462 | void ActiveStereoFrame::UpdateScanProgress(wxCommandEvent &event) |
| 463 | { |
| 464 | // nothing here for now |
| 465 | } |
| 466 | |
| 467 | // Re-enable buttons now that the scan is finished |
| 468 | void ActiveStereoFrame::ScanFinished(wxCommandEvent &event) |
nothing calls this directly
no outgoing calls
no test coverage detected