Fix song editor pattern update bug

This commit is contained in:
M374LX
2015-03-11 22:01:18 -03:00
parent 0c8307f963
commit da9e88e488

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