{{ message }}
Mention keyboard modifiers in toolbar tooltip texts. - #17687
Merged
Merged
Conversation
Otherwise the feature is a bit obscure...
tacaswell
approved these changes
Jun 19, 2020
Member
jklymak
reviewed
Jun 19, 2020
Contributor
Author
|
Let's see whether I can manage to make the osx backend also use the tooltips from the base class... |
Member
|
I don't think so: |
Contributor
Author
|
Well I can't actually test macosx code locally, I was just going to abuse CI (which does test instantiating a macosx window) to iterate until either it works or I give up... |
Member
|
ha ha. New version segfaults. |
Contributor
Author
|
Did you recompile? CI seems happy. (I would be amazed to have been able to write the extension code right on the first try, though...) |
Member
|
Yes, I did recompile after cleaning out the build directory. Not sure what is wrong. |
Member
|
Travis seg faults as well... |
Contributor
Author
|
Yup, missed a change... looks like travis is happy now (for real). |
Member
jklymak
approved these changes
Jun 20, 2020
meeseeksmachine
pushed a commit
to meeseeksmachine/matplotlib
that referenced
this pull request
Jun 20, 2020
jklymak
added a commit
that referenced
this pull request
Jun 20, 2020
…687-on-v3.3.x Backport PR #17687 on branch v3.3.x (Mention keyboard modifiers in toolbar tooltip texts.)
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Otherwise the feature is a bit obscure... Closes #17658.
(The newline in the tooltip works at least with qt/wx/tk/gtk (but wx needs #17686 too), can't test macos locally.)
PR Summary
PR Checklist