| 1769 | } |
| 1770 | |
| 1771 | void CMainFrame::OnUpdateFramesEdit(CCmdUI *pCmdUI) |
| 1772 | { |
| 1773 | if (!m_cLockedEditFrames.IsEditable()) { |
| 1774 | if (m_cLockedEditFrames.Update()) |
| 1775 | SetFrameCount(m_cLockedEditFrames.GetValue()); |
| 1776 | else { |
| 1777 | pCmdUI->SetText(FormattedW(L"%i", GetCurrentSong()->GetFrameCount())); // // // |
| 1778 | } |
| 1779 | } |
| 1780 | } |
| 1781 | |
| 1782 | void CMainFrame::OnUpdateHighlight1(CCmdUI *pCmdUI) // // // |
| 1783 | { |
nothing calls this directly
no test coverage detected