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

Method OnUpdateEditCut

Source/FamiTrackerView.cpp:1268–1271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1266}
1267
1268void CFamiTrackerView::OnUpdateEditCut(CCmdUI *pCmdUI)
1269{
1270 pCmdUI->Enable(!m_pPatternEditor->IsSelecting() ? 0 : 1);
1271}
1272
1273void CFamiTrackerView::OnUpdateEditPaste(CCmdUI *pCmdUI)
1274{

Callers

nothing calls this directly

Calls 1

IsSelectingMethod · 0.45

Tested by

no test coverage detected