| 850 | } |
| 851 | |
| 852 | void WaterfallCanvas::OnMouseLeftWindow(wxMouseEvent& event) { |
| 853 | InteractiveCanvas::OnMouseLeftWindow(event); |
| 854 | SetCursor(wxCURSOR_CROSS); |
| 855 | wxGetApp().getDemodMgr().setActiveDemodulator(nullptr); |
| 856 | mouseZoom = 1.0; |
| 857 | } |
| 858 | |
| 859 | void WaterfallCanvas::OnMouseEnterWindow(wxMouseEvent& event) { |
| 860 | InteractiveCanvas::OnMouseEnterWindow(event); |
nothing calls this directly
no test coverage detected