| 256 | } |
| 257 | |
| 258 | void ScopeCanvas::OnMouseEnterWindow(wxMouseEvent& event) { |
| 259 | InteractiveCanvas::OnMouseEnterWindow(event); |
| 260 | if (!helpTip.empty()) { |
| 261 | setStatusText(helpTip); |
| 262 | } |
| 263 | SetCursor(wxCURSOR_SIZEWE); |
| 264 | } |
| 265 | |
| 266 | void ScopeCanvas::OnMouseLeftWindow(wxMouseEvent& event) { |
| 267 | InteractiveCanvas::OnMouseLeftWindow(event); |