Commit 5ad52e9
committed
Fix OffsetBox custom picker
As with the custom picker, `Artist.contains` returns a boolean and a
dictionary in a tuple. This non-empty tuple is always true, so the
custom picker would always return True for any non-scroll event. It
would also lose the related dictionary.1 parent a7c08c8 commit 5ad52e9
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1504 | 1504 | | |
1505 | 1505 | | |
1506 | 1506 | | |
1507 | | - | |
| 1507 | + | |
| 1508 | + | |
| 1509 | + | |
1508 | 1510 | | |
1509 | 1511 | | |
1510 | 1512 | | |
| |||
0 commit comments