From c7fa7c6fc6f2c53b6475925555705da00eb78a07 Mon Sep 17 00:00:00 2001 From: lasconic Date: Tue, 29 May 2018 15:43:31 +0200 Subject: [PATCH] fix #272377: 'Follow text' is not applied to tempo text --- libmscore/tempotext.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libmscore/tempotext.cpp b/libmscore/tempotext.cpp index 81be4d20c8..fca354d066 100644 --- a/libmscore/tempotext.cpp +++ b/libmscore/tempotext.cpp @@ -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))