| 1028 | } |
| 1029 | |
| 1030 | void CFamiTrackerView::OnEditSelectframe() // // // |
| 1031 | { |
| 1032 | m_pPatternEditor->SetSelection(SEL_SCOPE_VFRAME | SEL_SCOPE_HFRAME); |
| 1033 | InvalidateCursor(); |
| 1034 | } |
| 1035 | |
| 1036 | void CFamiTrackerView::OnEditSelectchannel() // // // |
| 1037 | { |
nothing calls this directly
no test coverage detected