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

Method OnUpdateEditCopy

Source/FamiTrackerView.cpp:1263–1266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1261}
1262
1263void CFamiTrackerView::OnUpdateEditCopy(CCmdUI *pCmdUI)
1264{
1265 pCmdUI->Enable(!m_pPatternEditor->IsSelecting() ? 0 : 1);
1266}
1267
1268void CFamiTrackerView::OnUpdateEditCut(CCmdUI *pCmdUI)
1269{

Callers

nothing calls this directly

Calls 1

IsSelectingMethod · 0.45

Tested by

no test coverage detected