fix #19129 : Small note in chord is detached from stem

This commit is contained in:
Dag Henning Liodden Sørbø 2013-03-04 21:49:49 +01:00
parent 8d4b08d314
commit 47be9541a5

View file

@ -336,8 +336,6 @@ qreal Note::headWidth() const
{
int head = noteHead();
qreal val = symbols[score()->symIdx()][head].width(magS());
if (_small)
val *= score()->styleD(ST_smallNoteMag);
return val;
}