Regression: Page settings does not work for parts

• May 3, 2016 - 14:38
Reported version
3.0
Type
Functional
Severity
S3 - Major
Status
closed
Project

1884af0

1. Create a new score from any template with more than one instrument.
2. Go to File > Parts, click "New All."
3. Switch to any part.
4. Go to Layout > Page Settings, try to change the paper size and staff space.
5. Click OK.

Expected result: changes are applied.
Actual result: nothing happens.


Comments

Status (old) patch (ready to commit) patch (code needs review)
Status PR created  

It hasn't been reviewed yet, has it?

Status (old) patch (code needs review) fixed
Status fixed

Fixed in branch master, commit 728f7e3cfd

fix #109661: pageSettings are not applied to excerpts

Add Score::clone()
Add std::uniques_ptr usage to prevent potential memory on the cloned Score*