Cannot apply italic or underline to glissando text
Reported version
3.1
Type
Functional
Frequency
Once
Severity
S3 - Major
Reproducibility
Always
Status
closed
Regression
Yes
Workaround
No
Project
- Apply a glissando with text
- Remove Bold text style in the Inspector, then apply italic.
Result: Italic is not applied; Bold is applied instead.
Fix version
3.3.0
Comments
OS: Windows 10 (10.0), Arch.: x86_64, MuseScore version (64-bit): 3.3.0.8624, revision: f85163f
Still an issue in this nightly. The bold or normal text option sticks, but italic will not display under any circumstances.
EDIT: Confirmed, reset style with reset button will highlight italic correctly but the text becomes bold instead.
See https://github.com/musescore/MuseScore/pull/5417.
Worked in 2.3.2, introduced in ffdab67a9d
Fixed in branch master, commit 146f6cf639
_fix #289908: cannot apply italic or underline to glissando text
The font style property is being converted from
FontStyle
tobool
instead ofint
, so bold, italic and underline are all the same.This commit fixes that._
Fixed in branch master, commit 37067ee8b9
_Merge pull request #5417 from Howard-C/glissando-italic
fix #289908: cannot apply italic or underline to glissando text_
Automatically closed -- issue fixed for 2 weeks with no activity.