mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
de-shrunk publish frame on publish start
This commit is contained in:
parent
96e3c8c42f
commit
e9eda8708e
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue