Skip to content

Commit 3864d31

Browse files
committed
corrections
1 parent a73b79c commit 3864d31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/engraving/rendering/single/singledraw.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1774,7 +1774,7 @@ void SingleDraw::draw(const HammerOnPullOffSegment* item, muse::draw::Painter* p
17741774
draw(toSlurSegment(item), painter);
17751775
}
17761776

1777-
void SingleDraw::draw(const HammerOnPullOffText *item, Painter *painter)
1777+
void SingleDraw::draw(const HammerOnPullOffText* item, Painter* painter)
17781778
{
17791779
drawTextBase(item, painter);
17801780
}

src/notation/qml/MuseScore/NotationScene/internal/EditStyle/HammerOnPullOffTappingPage.qml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ StyledFlickable {
148148
spacing: 6
149149

150150
model: [
151-
{text: qsTrc("notation/editstyle/hammeronpulloff", "Show 'H' or 'P' between each pair of notes"), value: true },
152-
{text: qsTrc("notation/editstyle/hammeronpulloff", "Show 'H' or 'P' once per group of ascending/descending notes"), value: false },
151+
{text: qsTrc("notation/editstyle/hammeronpulloff", "Show ‘H’ or ‘P’ between each pair of notes"), value: true },
152+
{text: qsTrc("notation/editstyle/hammeronpulloff", "Show ‘H’ or ‘P’ once per group of ascending/descending notes"), value: false },
153153
]
154154

155155
delegate: RoundedRadioButton {

0 commit comments

Comments
 (0)