Allow new templates to be seen without restart

• Mar 2, 2018 - 23:00
Reported version
3.0
Priority
P2 - Medium
Type
Functional
Severity
S4 - Minor
Reproducibility
Always
Status
closed
Regression
No
Workaround
No
Project
Tags

Right now if you create a new template (save to Templates folder) it doesn't reflect in the New Score Wizard until restart. That's because we populate the list on startup, or at least the first time you open it, and then never update it.

I recognize that keeping the same instance of the wizard active is what allows us to remember settings from one invocation to the next and that's good, but it shouldn't be hard to factor out the code that handles the template list and calling it on every invocation.


Comments

Status (old) active patch (code needs review)
Status active  

Actually the 2.3 fix should apply to master too, once the extension stuff went in

Severity S5 - Suggestion S4 - Minor
Priority P1 - High
Regression No
Reproducibility Always
Workaround No

Can we please merge this for 3.0?

Priority P1 - High P2 - Medium
Status active PR created

and NewWizard::updateValues() is declared but not defined.

Now it is...