Skip to content

Commit

Permalink
Fix #320126: Grace note slash layout
Browse files Browse the repository at this point in the history
This will fix 2 bugs - grace notes slashes will now show up in TAB-COMMON and the slashes will no longer be stranded above the staff when switching between TAB-COMMON and TAB-FULL.

Backport of musescore#8137 / musescore#8106 (both closed meanwhile) to 3.x
  • Loading branch information
laturetab authored and Jojo-Schmitz committed Aug 30, 2021
1 parent 30866be commit e215a7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libmscore/chord.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2304,6 +2304,8 @@ void Chord::layoutTablature()
p.rx() -= _stem->width();
}
_hook->setPos(p);
if (_stemSlash)
_stemSlash->layout();
}
}
}
Expand Down

0 comments on commit e215a7a

Please sign in to comment.