General Style / Accidentals options not working

• May 19, 2016 - 19:39
Reported version
3.0
Type
Functional
Severity
S3 - Major
Status
closed
Project
Tags

Style menu
General...
Accidentals

There are three radio buttons, but if you select any but the top one, the setting does not change or save when you close the dialog.

This bug exists as of at least 2 weeks ago.


Comments

The problem appears to be that there is no event handler for these 3 radio buttons. No code is executed when you click on any of these radio buttons. This used to work, certainly in 2.0.2, so I don't know if there is some old code that is worth bringing back.

The relevant ui widgets in editstyle.ui are radioKeySigNatNone, radioKeySigNatBefore, and radioKeySigNatAfter.

The relevant internal StyleIdx slot is StyleIdx::keySigNaturals.

I could try to fix this, but only with some external guidance. Thanks.