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
Annotation.contains shouldn't consider the text+arrow's joint bbox.
Previously, when deferring to Text.contains, self.get_window_extent
would incorrectly use Annotation.get_window_extent. Just force it to
use Text.get_window_extent instead.
Also make Annotation obey the optional `._contains` attribute.
0 commit comments