Skip to content

Commit

Permalink
Update clip length after strumming
Browse files Browse the repository at this point in the history
  • Loading branch information
regulus79 committed Feb 21, 2025
1 parent 0075af8 commit 4aa3711
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/editors/PianoRoll.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2935,6 +2935,8 @@ void PianoRoll::updateStrumPos(QMouseEvent* me, bool initial, bool warp)
}
}
m_midiClip->rearrangeAllNotes();
m_midiClip->updateLength();
m_midiClip->dataChanged();
}


Expand Down

0 comments on commit 4aa3711

Please sign in to comment.