Merge pull request #1855 from M374LX/pianorollmove

Fix piano roll select and move issue
This commit is contained in:
Tres Finocchiaro
2015-03-11 11:10:59 +00:00

View File

@@ -862,6 +862,8 @@ void PianoRoll::shiftPos( int amount ) //shift notes pos by amount
}
}
m_pattern->rearrangeAllNotes();
// we modified the song
update();
gui->songEditor()->update();