Inspector note group type combo and enum values not aligned

• Jan 29, 2013 - 06:55
Type
Functional
Severity
S4 - Minor
Status
closed
Project

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