Skip to content

Commit

Permalink
really move note between strings
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcSabatella committed Jul 5, 2023
1 parent fff51ed commit 727bfd0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/notation/internal/notationactioncontroller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -944,6 +944,9 @@ void NotationActionController::move(MoveDirection direction, bool quickly)
interaction->nudge(direction, quickly);
} else if (interaction->noteInput()->isNoteInputMode()
&& interaction->noteInput()->state().staffGroup == mu::engraving::StaffGroup::TAB) {
if (quickly) {
interaction->movePitch(direction, PitchMode::OCTAVE);
}
interaction->moveSelection(direction, MoveSelectionType::String);
return;
} else if (interaction->selection()->isNone()) {
Expand Down

0 comments on commit 727bfd0

Please sign in to comment.