| 3434 | } |
| 3435 | |
| 3436 | void CFamiTrackerView::EditReplace(stChanNote &Note) // // // |
| 3437 | { |
| 3438 | AddAction(std::make_unique<CPActionEditNote>(Note)); |
| 3439 | InvalidateCursor(); |
| 3440 | // pAction->SaveRedoState(static_cast<CMainFrame*>(GetParentFrame())); // // // |
| 3441 | } |
| 3442 | |
| 3443 | CPatternEditor *CFamiTrackerView::GetPatternEditor() const { // // // |
| 3444 | ASSERT(m_pPatternEditor); |