| 1312 | } |
| 1313 | |
| 1314 | void CFamiTrackerView::SetMarker(int Frame, int Row) // // // 050B |
| 1315 | { |
| 1316 | m_iMarkerFrame = Frame; |
| 1317 | m_iMarkerRow = Row; |
| 1318 | m_pPatternEditor->InvalidatePatternData(); |
| 1319 | RedrawPatternEditor(); |
| 1320 | GetFrameEditor()->InvalidateFrameData(); |
| 1321 | RedrawFrameEditor(); |
| 1322 | } |
| 1323 | |
| 1324 | bool CFamiTrackerView::IsMarkerValid() const // // // |
| 1325 | { |
no test coverage detected