Skip to content

Commit

Permalink
fix #63676: Follow text for tempo should work if the style of the tex…
Browse files Browse the repository at this point in the history
…t is changed
  • Loading branch information
lasconic committed Jun 4, 2015
1 parent 10a72eb commit eccc057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmscore/tempotext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ void TempoText::textChanged()
{
if (!_followText)
return;
QString s = xmlText();
QString s = plainText();
s.replace(",", ".");
for (const TempoPattern& pa : tp) {
QRegExp re(QString(pa.pattern)+"\\s*=\\s*(\\d+[.]{0,1}\\d*)");
Expand Down

0 comments on commit eccc057

Please sign in to comment.