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

Method SetEditFrame

Source/FrameEditor.cpp:1148–1156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1146}
1147
1148void CFrameEditor::SetEditFrame(int Frame) const // // //
1149{
1150 int Frames = GetSongFrameCount();
1151// if (m_bLastRow != (Frame >= Frames))
1152// InvalidateFrameData();
1153 if (m_bLastRow = (Frame >= Frames); m_bLastRow)
1154 Frame = Frames - 1;
1155 m_pView->SelectFrame(Frame);
1156}
1157
1158bool CFrameEditor::IsCopyValid(COleDataObject* pDataObject) const
1159{

Callers 1

ApplyStateMethod · 0.80

Calls 1

SelectFrameMethod · 0.80

Tested by

no test coverage detected