| 1623 | } |
| 1624 | |
| 1625 | void CMainFrame::OnUpdateInsertFrame(CCmdUI *pCmdUI) |
| 1626 | { |
| 1627 | if (!GetDoc().IsFileLoaded()) // // // |
| 1628 | return; |
| 1629 | |
| 1630 | pCmdUI->Enable(GetCurrentSong()->GetFrameCount() < MAX_FRAMES); |
| 1631 | } |
| 1632 | |
| 1633 | void CMainFrame::OnUpdateRemoveFrame(CCmdUI *pCmdUI) |
| 1634 | { |
nothing calls this directly
no test coverage detected