--- a/E5Gui/E5AnimatedWidget.py Thu Aug 06 19:01:39 2015 +0200 +++ b/E5Gui/E5AnimatedWidget.py Fri Aug 07 19:40:15 2015 +0200 @@ -56,6 +56,7 @@ @return reference to the animated widget @rtype QWidget """ + return self.__widget @pyqtSlot() def startAnimation(self): @@ -105,7 +106,6 @@ self.__timeline.finished.connect(self.close) self.__timeline.start() - p = self.parentWidget() if p is not None: p.setFocus()