Skip to content

Commit

Permalink
Merge pull request #14344 from cr7pt0gr4ph7/ready-for-merge/engine-co…
Browse files Browse the repository at this point in the history
…ntrols/bpm-control

Small grammar fix for comment in `BpmControl::slotUpdateRateSlider`
  • Loading branch information
ronso0 authored Feb 14, 2025
2 parents 00c3cf6 + 5595a5d commit 1173645
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 @@ -1106,7 +1106,7 @@ void BpmControl::slotUpdateRateSlider(double value) {
kLogger.trace() << getGroup() << "BpmControl::slotUpdateRateSlider"
<< value;
}
// Adjust rate slider position response to a change in rate range or m_pEngineBpm
// Adjust rate slider position in response to a change in rate range or m_pEngineBpm

double localBpm = m_pLocalBpm->get();
if (localBpm == 0.0) {
Expand Down

0 comments on commit 1173645

Please sign in to comment.