MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / OnUpdateDuplicateFrame

Method OnUpdateDuplicateFrame

Source/MainFrm.cpp:1641–1647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1639}
1640
1641void CMainFrame::OnUpdateDuplicateFrame(CCmdUI *pCmdUI)
1642{
1643 if (!GetDoc().IsFileLoaded()) // // //
1644 return;
1645
1646 pCmdUI->Enable(GetCurrentSong()->GetFrameCount() < MAX_FRAMES);
1647}
1648
1649void CMainFrame::OnUpdateModuleMoveframedown(CCmdUI *pCmdUI)
1650{

Callers

nothing calls this directly

Calls 2

IsFileLoadedMethod · 0.45
GetFrameCountMethod · 0.45

Tested by

no test coverage detected