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

Method OnUpdateRemoveFrame

Source/MainFrm.cpp:1633–1639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1631}
1632
1633void CMainFrame::OnUpdateRemoveFrame(CCmdUI *pCmdUI)
1634{
1635 if (!GetDoc().IsFileLoaded()) // // //
1636 return;
1637
1638 pCmdUI->Enable(GetCurrentSong()->GetFrameCount() > 1);
1639}
1640
1641void CMainFrame::OnUpdateDuplicateFrame(CCmdUI *pCmdUI)
1642{

Callers

nothing calls this directly

Calls 2

IsFileLoadedMethod · 0.45
GetFrameCountMethod · 0.45

Tested by

no test coverage detected