diff -r 9986ec0e559a -r 10516539f238 UI/NotificationWidget.py --- a/UI/NotificationWidget.py Tue Oct 15 22:03:54 2013 +0200 +++ b/UI/NotificationWidget.py Fri Oct 18 23:00:41 2013 +0200 @@ -113,7 +113,8 @@ return if evt.button() == Qt.LeftButton: - self.__dragPosition = evt.globalPos() - self.frameGeometry().topLeft() + self.__dragPosition = \ + evt.globalPos() - self.frameGeometry().topLeft() self.setCursor(Qt.ClosedHandCursor) evt.accept()