Skip to content

Commit

Permalink
issue #52 Scales no longer working
Browse files Browse the repository at this point in the history
  • Loading branch information
mebitek committed Feb 2, 2024
1 parent 0a0ceb2 commit acfa03e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/apps/sequencer/ui/pages/QuickEditPage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ void QuickEditPage::keyPress(KeyPressEvent &event) {
}

if (_row == 5 && key.isEncoder()) {
showMessage("Change scale");
_listModel->setSelectedScale(_project.scale(), true);
close();
}
Expand Down

0 comments on commit acfa03e

Please sign in to comment.