Skip to content

Commit

Permalink
Merge pull request #4839 from MarcSabatella/286794-double-timesig
Browse files Browse the repository at this point in the history
fix #286794: permanent courtesy time signatures after style change
  • Loading branch information
anatoly-os committed Mar 28, 2019
2 parents 8920c76 + f5abd23 commit 25b6911
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libmscore/score.cpp
Expand Up @@ -1269,7 +1269,9 @@ void Score::spatiumChanged(qreal oldValue, qreal newValue)

static void updateStyle(void*, Element* e)
{
bool v = e->generated();
e->styleChanged();
e->setGenerated(v);
}

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

0 comments on commit 25b6911

Please sign in to comment.