From 1a1415ab8d581d25e2dbbc3202515a0a61cc8724 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Tue, 31 Aug 2021 14:33:50 +0200 Subject: [PATCH] change labels to empty strings when finished --- openpype/tools/new_publisher/widgets/publish_widget.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openpype/tools/new_publisher/widgets/publish_widget.py b/openpype/tools/new_publisher/widgets/publish_widget.py index 242cbd23d1..8e85521fb1 100644 --- a/openpype/tools/new_publisher/widgets/publish_widget.py +++ b/openpype/tools/new_publisher/widgets/publish_widget.py @@ -273,6 +273,8 @@ class PublishFrame(QtWidgets.QFrame): def _set_finished(self): self.main_label.setText("Finished") + self.message_label.setText("") + self.message_label_bottom.setText("") self._set_success_property(1) def _change_bg_property(self, state=None):