Skip to content

Commit

Permalink
fix #23990
Browse files Browse the repository at this point in the history
  • Loading branch information
wschweer committed Mar 14, 2014
1 parent ce4c61e commit 97a52fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libmscore/dynamic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,8 @@ void Dynamic::layout()
setUserXoffset(userOff().x() - spatium() * .6);
}
}
Text::layout();
setPos(textStyle().offset(spatium()));
Text::layout1();

Segment* s = segment();
if (!s)
Expand All @@ -229,6 +230,7 @@ void Dynamic::layout()
rxpos() += c->width() * .5;
break;
}
adjustReadPos();
}

//---------------------------------------------------------
Expand Down

0 comments on commit 97a52fc

Please sign in to comment.