Inspector doesn't show text font/size/alignment fields unless element has frame
Reported version
3.0
Priority
P0 - Critical
Type
Functional
Frequency
Once
Severity
S1 - Blocker
Reproducibility
Always
Status
closed
Regression
Yes
Workaround
No
Project
1) enter staff text
2) look at Inspector
Result: the "Text" section, which should contain font/size/alignment controls, is missing. Works for rehearsal marks.
Inadvertant side effect of changes in https://github.com/musescore/MuseScore/pull/4167 - the frameWidget that previously contained only the frame attributes (and was hidden if the text had no frame) now contains everything.
I will submit PR for this since it is blocking me from finishing rebasing https://github.com/musescore/MuseScore/pull/4159
Comments
My PR fixes this, but I see also the "set as style" control isn't working for the bold/italic/underline control, I'll see about fixing that in a second commit.
Looks like the reset of bold/italic/underline works for underline only, not sure why, but I'll let someone else worry about that, would like to get the current issue fixed ASAP.
Fixed in branch master, commit 80f53d2b3d
fix #278721: text controls missing in Inspector
Fixed in branch master, commit c4e4d87256
Merge pull request #4207 from MarcSabatella/278721-text-framewidget
fix #278721: text controls missing in Inspector
Automatically closed -- issue fixed for 2 weeks with no activity.