3.6 regression -- instruments window staves column doesn't show changed part names

• Feb 9, 2021 - 22:04
Reported version
3.6
Type
Functional
Frequency
Few
Severity
S4 - Minor
Reproducibility
Always
Status
closed
Regression
Yes
Workaround
No
Project

On a staff: right-click
Staff/Part Properties . . .
In the "part name" change the part name
Edit -> Instruments . . .
Prior to 3.6, the "staves" column shows the changed part names
in 3.6, the "staves" column doesn't show changed part names part4.jpg

Attachment Size
bug.mscz 7.75 KB

Comments

Title 3.6.1 regression -- instruments window staves column doesn't show changed part names 3.6 regression -- instruments window staves column doesn't show changed part names

(already in 3.6(.0)

Status PR created fixed

Fixed in branch 3.x, commit 14f1f3bfef

_Fix #317264 - instruments window staves column doesn't show changed part names

PartListItem::PartListItem(Part* p, QTreeWidget* lv) now takes the part name for the name, as it used to be, instead of the instrument name.
Unless the instrument name is an empty string, in which case the part name is used._

Fixed in branch 3.x, commit 44f1a3cb5b

_Merge pull request #7544 from njvdberg/issue-317264-instrument-names-3x

[MU3] Fix #317264 - instruments window staves column doesn't show changed part names_