Inspector note group type combo and enum values not aligned
Context: yesterday commit self-compiled under Ubuntu 11.10 and Mint 14
Steps:
1) Open (or create) any score
2) Select a note, for instance a crochet
3) Open the inspector
Result: the Note Head Type combo box is empty (no value set)
4) Click the combo and set a value
Result: the note head changes into the shape corresponding the value after the value set in the combo.
Analysis: Note Head Type combo box values range from 0 (auto) to 4 (brevis), while the Note::NoteHeadType enum ranges from -1 (auto) to 3 (brevis): values need to be shifted when set into or from the combo box.
Fix on the way...
M.
Comments
Pull request with fix posted on github: https://github.com/musescore/MuseScore/pull/187
M.
Fixed in commit https://github.com/mgavioli/MuseScore/commit/31d80cdb816be3ad9c3db252d9…
M.
P.S.: the issue auto-update feature didn't work this time; what have I forgot?
You need to include fix #XXXX in the commit message not in the pull request title.
I see! Ok, got it, thanks!
M.
Automatically closed -- issue fixed for 2 weeks with no activity.