Skip to content

Commit

Permalink
Update src/engine/controls/bpmcontrol.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: ronso0 <[email protected]>
  • Loading branch information
FrankwaP and ronso0 authored Apr 5, 2024
1 parent 9a61072 commit 75b9bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/controls/bpmcontrol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@ void BpmControl::slotToggleBpmLock(double v) {
if (!pTrack) {
return;
}
pTrack->setBpmLocked(not pTrack->isBpmLocked());
pTrack->setBpmLocked(!pTrack->isBpmLocked());
}

mixxx::Bpm BpmControl::updateLocalBpm() {
Expand Down

0 comments on commit 75b9bdd

Please sign in to comment.