You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checking for missing skills required by hovering the pointer over a red skill-book gives the information pop-up in about a half second on 1.15.
Doing the same thing on -mac-wx3 1.16.1 is consistently taking at least two seconds.
It's enough I thought it didn't work at all, but came back to it and waited longer.
The text was updated successfully, but these errors were encountered:
This seems to affect all tooltips on wxPython 3.0. I should be able to decrease the time globally using wx.ToolTip.SetDelay(ms) but it doesn't seem to work, at least on OS X.
EDIT: Oh look what it has in the documentation for SetDelay:
Note May not be supported on all platforms (eg. Cocoa).
fml. Not sure what I can do about this unfortunately.
Checking for missing skills required by hovering the pointer over a red skill-book gives the information pop-up in about a half second on 1.15.
Doing the same thing on -mac-wx3 1.16.1 is consistently taking at least two seconds.
It's enough I thought it didn't work at all, but came back to it and waited longer.
The text was updated successfully, but these errors were encountered: