diff --git a/openpype/tools/new_publisher/widgets/widgets.py b/openpype/tools/new_publisher/widgets/widgets.py index c4afa69f96..95d304a3db 100644 --- a/openpype/tools/new_publisher/widgets/widgets.py +++ b/openpype/tools/new_publisher/widgets/widgets.py @@ -1030,3 +1030,6 @@ class PublishOverlayFrame(QtWidgets.QFrame): QtWidgets.QApplication.processEvents() + def _set_success_property(self, success): + self.info_frame.setProperty("success", str(success)) + self.info_frame.style().polish(self.info_frame)