Make undo for PianoRoll cut action possible (#5214)
This commit is contained in:
committed by
Hyunjin Song
parent
5132d91bfc
commit
ca8871455e
@@ -4095,6 +4095,8 @@ void PianoRoll::cutSelectedNotes()
|
||||
|
||||
if( ! selected_notes.empty() )
|
||||
{
|
||||
m_pattern->addJournalCheckPoint();
|
||||
|
||||
copyToClipboard( selected_notes );
|
||||
|
||||
Engine::getSong()->setModified();
|
||||
|
||||
Reference in New Issue
Block a user