| 1657 | } |
| 1658 | |
| 1659 | void CMainFrame::OnUpdateModuleMoveframeup(CCmdUI *pCmdUI) |
| 1660 | { |
| 1661 | pCmdUI->Enable(GetTrackerView()->GetSelectedFrame() > 0); |
| 1662 | } |
| 1663 | |
| 1664 | void CMainFrame::OnUpdateInstrumentNew(CCmdUI *pCmdUI) |
| 1665 | { |
nothing calls this directly
no test coverage detected