Commit d174bb0
committed
Auto-set artist.mouseover based on if get_cursor_data is overridden.
artist.mouseover marks whether the artist should be queried for custom
cursor data; right now it is only set for images. In practice it can
default to being auto-set for artists that override get_cursor_data (if
they don't there's no point of querying them for cursor data, and if
they do then get_cursor_data should typically return something
interesting, but it's still fine if they return None).1 parent b5d4a6c commit d174bb0
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
89 | 91 | | |
90 | 92 | | |
91 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | | - | |
245 | 244 | | |
246 | 245 | | |
247 | 246 | | |
| |||
0 commit comments