mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-13 03:01:50 +02: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