fix #272377: 'Follow text' is not applied to tempo text

This commit is contained in:
lasconic 2018-05-29 15:43:31 +02:00
parent 064156c267
commit c7fa7c6fc6

View file

@ -311,6 +311,7 @@ bool TempoText::setProperty(Pid propertyId, const QVariant& v)
break;
case Pid::TEMPO_FOLLOW_TEXT:
_followText = v.toBool();
textChanged();
break;
default:
if (!TextBase::setProperty(propertyId, v))