[1.0] Align settings in Edit Text Style dlg box not stored (w/ patch)

• Apr 19, 2011 - 09:52
Type
Functional
Severity
S4 - Minor
Status
closed
Project

Context: Version 1.0 under Win XP (OS is probably not relevant, though)

Steps:

1) Open or create any score
2) Menu "Style | Edit Text Style"
3) Change the alignment setting of a text style (anyone)
4) [OK] to close the dlg box
5) Menu "Style | Edit text style" again

Result: the alignment setting(s) modified in step 3) revert to original settings

Note: this is because the function void TextProp::get(TextStyle* s) in file textproperties.cpp (line 215) does not read the states of the alignment buttons. The attached patch adds the necessary code to this function.

Attachment Size
ver10_textproperties_cpp_setalign.patch 793 bytes

Comments

Status (old) patch (ready to commit) fixed

Not really. Just that I didn't go through the issue tracker yet. Thanks for the heads up. Fixed in r4465.
Anything else?