| 1034 | } |
| 1035 | |
| 1036 | void CFamiTrackerView::OnEditSelectchannel() // // // |
| 1037 | { |
| 1038 | m_pPatternEditor->SetSelection(SEL_SCOPE_VTRACK | SEL_SCOPE_HCHAN); |
| 1039 | InvalidateCursor(); |
| 1040 | } |
| 1041 | |
| 1042 | void CFamiTrackerView::OnEditSelecttrack() // // // |
| 1043 | { |
nothing calls this directly
no test coverage detected