Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #269952: allow new templates to be shown in new score wizard w/o restart #3771

Closed
wants to merge 1 commit into from

Conversation

Jojo-Schmitz
Copy link
Contributor

@Jojo-Schmitz Jojo-Schmitz commented Jun 28, 2018

2.3 counterpart for #3522, shamelessly stealing @finleylau 's code and adjusting it for 2.3 (and recycling an old branch of mine).
Travis failure due to being in Release mode now...

It works fine, I see no reason not to merge #3522 into master.
Merging this here into 2.3 might still be an option, although I understand that such a last minute change is frowned upon.

@Jojo-Schmitz Jojo-Schmitz changed the title Fix #269952: allow new templates to be shown in new score wizard without restarting Fix #269952: allow new templates to be shown in new score wizard w/o restart Jun 28, 2018
@MarcSabatella
Copy link
Contributor

FWIW, things have already changed in this respect for 2.3 as a result of the "extension" changes. It is not the case that things are updated every time you visit Edit / Preferences. This happens because preferencesChanged() calls updateNewWizard(). If this work for preferences, seems we could take advantage of this and do the same thing here to make this a one-line change?

@Jojo-Schmitz
Copy link
Contributor Author

Feel free to propose this ;-)

@Jojo-Schmitz
Copy link
Contributor Author

Oh, you mean removing all(most) the stuff from this PR and use updateNewWizard() instead of newWizard->updateTemplate();?

@Jojo-Schmitz
Copy link
Contributor Author

See #3771

@Jojo-Schmitz Jojo-Schmitz deleted the midi branch June 28, 2018 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants