Skip to content

Commit 2205ec6

Browse files
committed
Remove mapTo as it is unnecessary
1 parent 241efd2 commit 2205ec6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

QNotifications/QNotificationArea.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ def __init__(self, targetWidget, *args, **kwargs):
106106

107107
notification_area_layout = QtWidgets.QVBoxLayout()
108108
self.setLayout(notification_area_layout)
109-
self.mapTo(targetWidget, QtCore.QPoint(0,0))
110109

111110
# Init effects to None
112111
self.entryEffect = None

0 commit comments

Comments
 (0)