Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the call to `Clip::changeLength` from `TrackContentWidget::changePosition` as it results in bad performance, especially when the Song Editor is in auto-scroll mode and the position is changed very often. The call in question has set the clip to the length that it already has which in turn resulted in lots of needless calls to `Song::updateLength`. It also should not be necessary to update a clip length if all that we do is change the position of the `TrackContentWidget`.
- Loading branch information