Merge pull request #1863 from M374LX/pianorollmove

Fix song editor pattern view update bug
This commit is contained in:
Tres Finocchiaro
2015-03-12 05:09:26 +00:00

View File

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