You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This method could previously be overridden in order to customize the
artist's picker function when dragging it. However, the default picker
of all artists is already checking whether the artist contain()s the
event; moreover the picker is "global" for the artist so it stays set on
it even after making it undraggable. Hence it is really just an
artist's property and the user should just call artist.set_picker() if
desired.
0 commit comments