Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Inform tool-manager that wx backend wants icons in svg format#28008
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
See also#28007, which does essentially the same thing (though in the class definition, rather than in There is a Linting error, though only an extra space required for the inline comment. |
This also does not fix the appveyor problem, and I think that setting the value in the class definition as in#28007 is better |
The refactoring in PR#26710 modified the wx backend to use resolution-independent tool icons in
svg
format. But informing tool-manager of this change was not done. So toolbar icons do not work when using tool-manager in conjunction with the wx backend. This in particular triggered issue#28007This PR addresses this problem by informing tool-manager that the wx backend wants icons in svg format.