Commit 25d05ac
committed
Deprecate DraggableBase.artist_picker.
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.1 parent e9f3459 commit 25d05ac
2 files changed
Lines changed: 19 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1694 | 1694 | | |
1695 | 1695 | | |
1696 | 1696 | | |
1697 | | - | |
1698 | | - | |
1699 | | - | |
1700 | | - | |
1701 | | - | |
| 1697 | + | |
1702 | 1698 | | |
1703 | 1699 | | |
1704 | 1700 | | |
| |||
1719 | 1715 | | |
1720 | 1716 | | |
1721 | 1717 | | |
1722 | | - | |
| 1718 | + | |
| 1719 | + | |
| 1720 | + | |
| 1721 | + | |
| 1722 | + | |
| 1723 | + | |
| 1724 | + | |
| 1725 | + | |
| 1726 | + | |
| 1727 | + | |
| 1728 | + | |
| 1729 | + | |
1723 | 1730 | | |
1724 | 1731 | | |
1725 | 1732 | | |
| |||
1786 | 1793 | | |
1787 | 1794 | | |
1788 | 1795 | | |
| 1796 | + | |
1789 | 1797 | | |
1790 | 1798 | | |
1791 | 1799 | | |
| |||
0 commit comments