Merge pull request #1863 from M374LX/pianorollmove
Fix song editor pattern view update bug
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user