Skip to content

Commit

Permalink
Merge pull request #4656 from MarcSabatella/279925-double-sigs
Browse files Browse the repository at this point in the history
fix #279925: double sigs on switch from page to continuous view
  • Loading branch information
anatoly-os committed Feb 16, 2019
1 parent fb1137d commit a60a23f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libmscore/layoutlinear.cpp
Expand Up @@ -162,6 +162,8 @@ void Score::resetSystems(bool /*layoutAll*/, LayoutContext& lc)
}
else if (m->header())
m->removeSystemHeader();
if (m->trailer())
m->removeSystemTrailer();
m->createEndBarLines(true);
m->computeMinWidth();
ww = m->width();
Expand Down

0 comments on commit a60a23f

Please sign in to comment.