Skip to content

Commit

Permalink
Show arpeggio handles on palette drop
Browse files Browse the repository at this point in the history
  • Loading branch information
miiizen committed Oct 19, 2023
1 parent 425b265 commit ad3cec0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/notation/internal/notationinteraction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1920,6 +1920,9 @@ void NotationInteraction::applyDropPaletteElement(mu::engraving::Score* score, m

if (el && !score->inputState().noteEntryMode()) {
doSelect({ el }, mu::engraving::SelectType::SINGLE, 0);
if (el->needStartEditingAfterSelecting()) {
startEditElement(el);
}
}
dropData->dropElement = nullptr;

Expand Down

0 comments on commit ad3cec0

Please sign in to comment.