| 758 | } |
| 759 | |
| 760 | void CFamiTrackerView::OnSetFocus(CWnd* pOldWnd) |
| 761 | { |
| 762 | CView::OnSetFocus(pOldWnd); |
| 763 | m_bHasFocus = true; |
| 764 | m_pPatternEditor->SetFocus(true); |
| 765 | CMainFrame *pMainFrm = static_cast<CMainFrame*>(GetParentFrame()); // // // |
| 766 | pMainFrm->GetFrameEditor()->CancelSelection(); |
| 767 | InvalidateCursor(); |
| 768 | } |
| 769 | |
| 770 | void CFamiTrackerView::OnTimer(UINT_PTR nIDEvent) |
| 771 | { |
nothing calls this directly
no test coverage detected