| 1754 | */ |
| 1755 | |
| 1756 | void WConfiguration::OnButtonClick( wxCommandEvent& event ) |
| 1757 | { |
| 1758 | if (wxGetApp().GetController().StartMotionCalibration()) { |
| 1759 | InitializeData(); |
| 1760 | Changed (); |
| 1761 | } |
| 1762 | event.Skip(); |
| 1763 | |
| 1764 | } |
| 1765 | |
| 1766 | |
| 1767 | /*! |
nothing calls this directly
no test coverage detected