Added m_pattern->updateLength(); in PianoRoll::shiftPos
This commit is contained in:
committed by
Steffen Baranowsky
parent
6970c88e28
commit
f8a508f939
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user