| 264 | } |
| 265 | |
| 266 | void ScopeCanvas::OnMouseLeftWindow(wxMouseEvent& event) { |
| 267 | InteractiveCanvas::OnMouseLeftWindow(event); |
| 268 | |
| 269 | } |
| 270 | |
| 271 | |
| 272 | void ScopeCanvas::setHelpTip(std::string tip) { |
nothing calls this directly
no outgoing calls
no test coverage detected