mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-04 22:12:52 +08:00
Remove blit background when overlay changes
This commit is contained in:
@@ -65,6 +65,9 @@ class OverlayPlugin(Plugin):
|
||||
else:
|
||||
update_axes_image(self._overlay_plot, image)
|
||||
|
||||
if self.image_viewer.useblit:
|
||||
self.image_viewer._blit_manager.background = None
|
||||
|
||||
self.image_viewer.redraw()
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user