-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Mention keyboard modifiers in toolbar tooltip texts. #17687
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
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tooltip doesn't change for macosx... I think it also has to change in _macosx.m
(line 1161)
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