Fix piano roll select and move issue

This commit is contained in:
M374LX
2015-03-10 22:45:54 -03:00
parent 19197d3481
commit 733388a8ff

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();