Skip to content

Commit

Permalink
fixup! feat: add downbeat support to beat map
Browse files Browse the repository at this point in the history
  • Loading branch information
acolombier committed Oct 22, 2024
1 parent ecc78ed commit d31af27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/engine/controls/bpmcontrol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ BpmControl::BpmControl(const QString& group,
&BpmControl::slotTranslateBeatsMove,
Qt::DirectConnection);
m_pBeatsSetMarker = std::make_unique<ControlPushButton>(
ConfigKey(group, "beats_set_marker"), false);
ConfigKey(group, "beats_set_change_marker"), false);
connect(m_pBeatsSetMarker.get(),
&ControlObject::valueChanged,
this,
Expand Down
2 changes: 1 addition & 1 deletion src/skin/legacy/tooltips.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ void Tooltips::addStandardTooltips() {
<< QString("%1: %2").arg(leftClick, tempoTapButton)
<< QString("%1: %2").arg(rightClick, bpmTapButton);

add("beats_set_marker")
add("beats_set_change_marker")
<< tr("Set Beat Marker")
<< tr("Set a beat marker at the current play position.");

Expand Down

0 comments on commit d31af27

Please sign in to comment.