| 1022 | } |
| 1023 | |
| 1024 | void CFamiTrackerView::OnEditSelectpattern() // // // |
| 1025 | { |
| 1026 | m_pPatternEditor->SetSelection(SEL_SCOPE_VFRAME | SEL_SCOPE_HCHAN); |
| 1027 | InvalidateCursor(); |
| 1028 | } |
| 1029 | |
| 1030 | void CFamiTrackerView::OnEditSelectframe() // // // |
| 1031 | { |
nothing calls this directly
no test coverage detected