Skip to content

Commit

Permalink
BpmControl: don't make "bpm_toggle_lock" repeatable
Browse files Browse the repository at this point in the history
  • Loading branch information
ronso0 committed Apr 12, 2024
1 parent ada244c commit bee7674
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/engine/controls/bpmcontrol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ BpmControl::BpmControl(const QString& group,

m_pToggleBpmLock = std::make_unique<ControlPushButton>(
ConfigKey(group, "bpm_toggle_lock"), false);
m_pToggleBpmLock->setKbdRepeatable(true);
connect(m_pToggleBpmLock.get(),
&ControlObject::valueChanged,
this,
Expand Down

0 comments on commit bee7674

Please sign in to comment.