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
Fix disconnection of callbacks when draggable artist is deparented.
Once a draggable artist has been removed from its parent figure, we
cannot access `self.canvas` (i.e. a property for
`self.ref_artist.figure.canvas`) anymore to disconnect the relevant
callbacks. Instead, we should keep track from the very beginning (in
the DraggableBase constructor) of the place from which the callbacks
should be disconnected.
0 commit comments