Slur color change not showing in the score
If we change the color of a slur line with the inspector, the color of that slur doesn't get updated in the score. But other slur properties (position, line type) does get updated.
Doing this with all other score elements (stem, note, barline, etc), the color gets updated.
Strangely, if we right click on that slur to open the debugger, the color in the debugger is always black.
In end, it seems like there is somewhere a pointer problem, since the debugger and the inspector doesn't show the same information.
Comments
What you see on the screen is not a Slur but a SlurSegment. That's probably the problem, the color property is not use for the SlurSegment.
See also #22579: Some items cannot be made invisible
Same on version
MuseScoreNightly-2013-09-29-0109-c351315
windows 7
Can't change color on slur.
Proposed PR:
https://github.com/musescore/MuseScore/pull/1346
Fixed in b0098ee2c6
Automatically closed -- issue fixed for 2 weeks with no activity.