Fix #9514: Fix mistake in comment

This commit is contained in:
Martin Danhier 2021-10-27 17:06:57 +02:00 committed by GitHub
parent d7cf52579c
commit afac7239df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1418,7 +1418,7 @@ bool NotationInteraction::applyPaletteElement(Ms::EngravingItem* element, Qt::Ke
int lastStaffIndex = sel.staffEnd();
// A text should only be added at the start of the selection
// There shouldn't be a text at each note
// There shouldn't be a text at each element
for (int staff = firstStaffIndex; staff < lastStaffIndex; staff++) {
applyDropPaletteElement(score, firstSegment->firstElement(staff), element, modifiers);
}