| 1261 | } |
| 1262 | |
| 1263 | void CFamiTrackerView::OnUpdateEditCopy(CCmdUI *pCmdUI) |
| 1264 | { |
| 1265 | pCmdUI->Enable(!m_pPatternEditor->IsSelecting() ? 0 : 1); |
| 1266 | } |
| 1267 | |
| 1268 | void CFamiTrackerView::OnUpdateEditCut(CCmdUI *pCmdUI) |
| 1269 | { |
nothing calls this directly
no test coverage detected