Added m_pattern->updateLength(); in PianoRoll::shiftPos
This commit is contained in:
Hyunjin Song
2017-05-22 06:09:39 +09:00
committed by Steffen Baranowsky
parent 6970c88e28
commit f8a508f939

View File

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