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
Deprecate event processing wrapper methods on FigureManagerBase.
Calling the standard handlers (`key_press_handler`,
`button_press_handler`) directly is just fine. If someone wants to
simulate a key or button event they should pass the event to the
CallbackRegistry (as noted in the API changes note) so that things also
work when using toolmanager.
0 commit comments