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
Found via biocore/qiime#2117
The `update_props` method on `Patch` was setting the figure along
with the style. This was setting the new patch for the legend to have
the same figure as the original handle, but this is later attempted to
be set to the figure the legend is in when the patch is added to the
legend.
This fix should not break anything as if the patch is going to be drawn
it should be added to the draw tree which _should_ in turn set the
correct figure.
0 commit comments