| 169 | } |
| 170 | |
| 171 | void MeterCanvas::OnMouseLeftWindow(wxMouseEvent& event) { |
| 172 | InteractiveCanvas::OnMouseLeftWindow(event); |
| 173 | SetCursor(wxCURSOR_CROSS); |
| 174 | Refresh(); |
| 175 | } |
| 176 | |
| 177 | void MeterCanvas::OnMouseEnterWindow(wxMouseEvent& event) { |
| 178 | InteractiveCanvas::mouseTracker.OnMouseEnterWindow(event); |
nothing calls this directly
no outgoing calls
no test coverage detected