Text Style dlg box: offset suffix is always "sp" also for "mm" values
Reported version
3.x-dev
Type
Ergonomical (UX)
Frequency
Once
Severity
S4 - Minor
Reproducibility
Always
Status
closed
Regression
No
Workaround
No
Project
Steps:
- Open any score
- "Format | Style... | Text Styles"
- On a text style of choice, toggle the "Follow staff size" button (when the box is checked, values in the "Offset" fields are in
sp
; when it is not checked, the values are inmm
)
Expected result: the suffix of the "Offset" values toggles between sp
and mm
accordingly.
Actual result: the suffix always remains sp
, leading to erroneous expectations about the working of these values and hiding the fact that "Follow staff size" and "Offset" are linked.
Note: I have a PR ready, which I'll push ASAP.
Fix version
3.4.0
Comments
see https://github.com/musescore/MuseScore/pull/5441
Fixed in branch master, commit c7b37d8a26
_Fix #296345 : "Offset" suffix for text style fixed to "sp"
In the Edit Text Style dlg box, the suffixes of "Offset" values are always "sp", but when "Follow staff size" is unchecked, the values are considered "mm"._
Fixed in branch master, commit ff245fa187
_Merge pull request #5441 from mgavioli/fix_296345_text_stye_offset_suffix
Fix #296345 : "Offset" suffix for text style fixed to "sp"_
Automatically closed -- issue fixed for 2 weeks with no activity.