| 19 | } |
| 20 | |
| 21 | void DigitalConsole::OnCopy( wxCommandEvent& /* event */ ) { |
| 22 | m_dataView->SelectAll(); |
| 23 | m_dataView->Copy(); |
| 24 | } |
| 25 | |
| 26 | void DigitalConsole::OnPause( wxCommandEvent& /* event */ ) { |
| 27 | if (streamPaused.load()) { |
nothing calls this directly
no outgoing calls
no test coverage detected