Mention keyboard modifiers in toolbar tooltip texts.#17687
Mention keyboard modifiers in toolbar tooltip texts.#17687jklymak merged 2 commits intomatplotlib:masterfrom
Conversation
Otherwise the feature is a bit obscure...
|
I love this feature, and didn't know it existed. But, ugh, you sure don't want to use those modifiers in a Jupiter notebook. |
|
Let's see whether I can manage to make the osx backend also use the tooltips from the base class... |
|
I don't think so: |
|
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... |
|
ha ha. New version segfaults. |
|
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...) |
|
Yes, I did recompile after cleaning out the build directory. Not sure what is wrong. |
|
Travis seg faults as well... |
|
Yup, missed a change... looks like travis is happy now (for real). |
|
Works! |
…687-on-v3.3.x Backport PR #17687 on branch v3.3.x (Mention keyboard modifiers in toolbar tooltip texts.)
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