"Line thickness" parameter of ambitus is not working properly

• Mar 1, 2019 - 11:14
Reported version
3.0
Type
Functional
Frequency
Few
Severity
S3 - Major
Reproducibility
Always
Status
closed
Regression
Yes
Workaround
No
Project

Windows 10, Musescore Version 3.0.4
Changing parameter "line thickness" in inspector has a strange effect on the Ambitus symbol…

AmbitusLineThickness.PNG

It worked fine in version 2.3.2


Comments

Title Ambitus "line thickness" parameter (in inspector) is not working properly "Line thickness" parameter of ambitus is not working properly
Status PR created fixed

Fixed in branch 3.x, commit dc09336f71

_fix #285135: "line thickness" parameter of ambitus is not working properly

Pid::LINE_WIDTH cannot be used, since it's a qreal value, but the value used to store the line thickness of an ambitus is a Spatium value, so we have to use another Pid which is Spatium type, a new one Pid::LINE_WIDTH_SPATIUM._

Fix version
3.5.0