0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 11:11:49 +02:00

fix(image_item): do not disconnect the monitor from within the image item

This commit is contained in:
2025-05-26 18:00:36 +02:00
committed by Klaus Wakonig
parent 7c47505c5a
commit 4c0bd977fc

View File

@ -275,6 +275,5 @@ class ImageItem(BECConnector, pg.ImageItem):
self.max_len = 0 self.max_len = 0
def remove(self): def remove(self):
self.parent().disconnect_monitor(self.config.monitor)
self.clear() self.clear()
super().remove() super().remove()