Commit 6df4d2d
committed
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.1 parent da66560 commit 6df4d2d
2 files changed
Lines changed: 11 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2714 | 2714 | | |
2715 | 2715 | | |
2716 | 2716 | | |
2717 | | - | |
2718 | | - | |
| 2717 | + | |
2719 | 2718 | | |
2720 | | - | |
2721 | | - | |
| 2719 | + | |
2722 | 2720 | | |
2723 | 2721 | | |
2724 | 2722 | | |
| |||
2758 | 2756 | | |
2759 | 2757 | | |
2760 | 2758 | | |
| 2759 | + | |
| 2760 | + | |
2761 | 2761 | | |
2762 | 2762 | | |
2763 | 2763 | | |
| |||
2766 | 2766 | | |
2767 | 2767 | | |
2768 | 2768 | | |
| 2769 | + | |
| 2770 | + | |
2769 | 2771 | | |
2770 | 2772 | | |
2771 | 2773 | | |
| |||
0 commit comments