Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
brobrobrob committed Sep 26, 2024
1 parent 8e4c769 commit 15480cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/notation/internal/notationinteraction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4651,7 +4651,7 @@ void NotationInteraction::addTimeSignature(Measure* measure, staff_idx_t staffIn
startEdit();
score()->cmdAddTimeSig(measure, staffIndex, timeSignature, true);
apply();
doSelect( { measure }, SelectType::SINGLE, staffIndex);
doSelect({ measure }, SelectType::SINGLE, staffIndex);
}

void NotationInteraction::explodeSelectedStaff()
Expand Down

0 comments on commit 15480cd

Please sign in to comment.