Commit 7c7e251
authored
Fix: Prevent Cursor blitting from erasing overlapping axes
* Fix: Prevent Cursor blitting from erasing overlapping axes
* Fix styling: remove trailing whitespace and shorten comment
* MAINT: explicitly mark Cursor blitting on overlapping axes as unsupported
* style: fix ruff line length limit in widgets.py
* test: add coverage for cursor overlapping axes warning
* chore: trigger CI to clear Windows timeout flake1 parent 2443c6d commit 7c7e251
2 files changed
Lines changed: 26 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1817 | 1817 | | |
1818 | 1818 | | |
1819 | 1819 | | |
| 1820 | + | |
| 1821 | + | |
| 1822 | + | |
| 1823 | + | |
| 1824 | + | |
| 1825 | + | |
| 1826 | + | |
| 1827 | + | |
| 1828 | + | |
| 1829 | + | |
| 1830 | + | |
| 1831 | + | |
| 1832 | + | |
| 1833 | + | |
| 1834 | + | |
| 1835 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2084 | 2084 | | |
2085 | 2085 | | |
2086 | 2086 | | |
| 2087 | + | |
| 2088 | + | |
| 2089 | + | |
| 2090 | + | |
| 2091 | + | |
| 2092 | + | |
| 2093 | + | |
| 2094 | + | |
| 2095 | + | |
| 2096 | + | |
2087 | 2097 | | |
2088 | 2098 | | |
2089 | 2099 | | |
| |||
0 commit comments