From e9eda8708e501ec6a919d0a44f123a720317ffb7 Mon Sep 17 00:00:00 2001 From: Jakub Trllo Date: Tue, 11 Oct 2022 11:23:21 +0200 Subject: [PATCH] de-shrunk publish frame on publish start --- openpype/tools/publisher/widgets/publish_frame.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openpype/tools/publisher/widgets/publish_frame.py b/openpype/tools/publisher/widgets/publish_frame.py index 8899faa7b9..04e5f85528 100644 --- a/openpype/tools/publisher/widgets/publish_frame.py +++ b/openpype/tools/publisher/widgets/publish_frame.py @@ -333,6 +333,8 @@ class PublishFrame(QtWidgets.QWidget): self._validate_btn.setEnabled(False) self._publish_btn.setEnabled(False) + self.set_shrunk_state(False) + def _on_publish_validated(self): self._validate_btn.setEnabled(False)