| 665 | } |
| 666 | |
| 667 | void CFamiTrackerView::OnLButtonDblClk(UINT nFlags, CPoint point) |
| 668 | { |
| 669 | if (FTEnv.GetSettings()->General.bDblClickSelect && !m_pPatternEditor->IsOverHeader(point)) |
| 670 | return; |
| 671 | |
| 672 | m_pPatternEditor->OnMouseDblClk(point); |
| 673 | InvalidateCursor(); |
| 674 | CView::OnLButtonDblClk(nFlags, point); |
| 675 | } |
| 676 | |
| 677 | void CFamiTrackerView::OnXButtonDown(UINT nFlags, UINT nButton, CPoint point) // // // |
| 678 | { |
nothing calls this directly
no test coverage detected