1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-05-04 22:04:21 +02:00

fix(compact_popup): forward close event

This commit is contained in:
2025-04-22 18:30:53 +02:00
parent fc1cdc814f
commit e0f146beeb
+2
View File
@@ -266,3 +266,5 @@ class CompactPopupWidget(QWidget):
# to ensure proper resources cleanup
for child in self.container.findChildren(QWidget, options=Qt.FindDirectChildrenOnly):
child.close()
super().closeEvent(event)