--- a/UI/NotificationWidget.py Sun Oct 13 12:21:37 2013 +0200 +++ b/UI/NotificationWidget.py Sun Oct 13 14:56:56 2013 +0200 @@ -111,7 +111,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()