mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-03-05 00:12:49 +01:00
fix(image_item): do not disconnect the monitor from within the image item
This commit is contained in:
@@ -275,6 +275,5 @@ class ImageItem(BECConnector, pg.ImageItem):
|
||||
self.max_len = 0
|
||||
|
||||
def remove(self):
|
||||
self.parent().disconnect_monitor(self.config.monitor)
|
||||
self.clear()
|
||||
super().remove()
|
||||
|
||||
Reference in New Issue
Block a user