Make undo for PianoRoll cut action possible (#5214)

This commit is contained in:
https://gitlab.com/users/CYBERDEViLNL
2019-10-02 01:00:59 +02:00
committed by Hyunjin Song
parent 5132d91bfc
commit ca8871455e

View File

@@ -4095,6 +4095,8 @@ void PianoRoll::cutSelectedNotes()
if( ! selected_notes.empty() )
{
m_pattern->addJournalCheckPoint();
copyToClipboard( selected_notes );
Engine::getSong()->setModified();