fix(main_window): parent fixed for notification broker

This commit is contained in:
2026-03-05 18:12:32 +01:00
parent 3fe6a00708
commit 947bf63e03
@@ -54,7 +54,7 @@ class BECMainWindow(BECWidget, QMainWindow):
# Notification Centre overlay
self.notification_centre = NotificationCentre(parent=self) # Notification layer
self.notification_broker = BECNotificationBroker()
self.notification_broker = BECNotificationBroker(parent=self)
self._nc_margin = 16
self._position_notification_centre()