-
Notifications
You must be signed in to change notification settings - Fork 55
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
Widget tooltips #1019
Widget tooltips #1019
Conversation
@corranwebster CI seems to be failing with wx -
|
Yep, pushed a fix (was being lazy about testing locally because I didn't want to clobber my development environment). |
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.
Mostly LGTM with a couple of necessary changes
Co-authored-by: Poruri Sai Rahul <[email protected]>
Looks like |
The calling chain for This exposed a bug in the |
Looks like some other double-disconnects on the wx side 😞 |
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.
LGTM. Thanks for the fixes.
With #1013 merged, it's now possible to move tooltip code from Fields to Widgets, so all widgets can have a tooltip. This is PR does a fairly straightforward shift of the code between the two classes, and updates tests and documentation appropriately.
Code that uses tooltips on Fields should notice no change.