Cannot apply italic or underline to glissando text

• May 29, 2019 - 20:44
Reported version
3.1
Type
Functional
Frequency
Once
Severity
S3 - Major
Reproducibility
Always
Status
closed
Regression
Yes
Workaround
No
Project
  1. Apply a glissando with text
  2. Remove Bold text style in the Inspector, then apply italic.
    Result: Italic is not applied; Bold is applied instead.

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.

Status PR created fixed

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 to bool instead of int, so bold, italic and underline are all the same.

This commit fixes that._

Fix version
3.3.0