Commit e57b235
committed
Deprecate FigureCanvasQT.keyAutoRepeat.
No other backend allows ignoring autorepeated keypresses. Moreover,
such keypresses can easily be ignored in the key press handler by
directly checking on `event.isAutoRepeat()`.1 parent 5a8f4ea commit e57b235
2 files changed
Lines changed: 9 additions & 2 deletions
File tree
- doc/api/next_api_changes
- lib/matplotlib/backends
| 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 | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
| |||
378 | 376 | | |
379 | 377 | | |
380 | 378 | | |
| 379 | + | |
| 380 | + | |
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
| 388 | + | |
| 389 | + | |
388 | 390 | | |
389 | 391 | | |
390 | 392 | | |
| |||
0 commit comments