Request tempo update after changes in LayputBreaks

This commit is contained in:
vpereverzev 2022-03-03 19:28:30 +02:00
parent 6155a6323a
commit e66c289d92

View file

@ -295,6 +295,7 @@ bool LayoutBreak::setProperty(Pid propertyId, const PropertyValue& v)
break;
case Pid::PAUSE:
setPause(v.toDouble());
score()->setUpTempoMap();
break;
case Pid::START_WITH_LONG_NAMES:
setStartWithLongNames(v.toBool());